CLI: Exec subcommand host

This commit is contained in:
2025-07-15 20:23:58 -05:00
parent 11d5121954
commit dd9da9452b
5 changed files with 11 additions and 3 deletions

View File

@ -21,7 +21,7 @@ var (
)
func init() {
execCmd.AddCommand(hostExecCommand)
execCmd.AddCommand(hostExecCommand, hostsExecCommand)
}