chore: hide incomplete machine rm command from help output

This commit is contained in:
Pasha Sviderski
2025-07-09 11:28:14 +10:00
parent 55773e92ce
commit a73cbfd691
+1
View File
@@ -36,6 +36,7 @@ func NewRmCommand() *cobra.Command {
uncli := cmd.Context().Value("cli").(*cli.CLI)
return remove(cmd.Context(), uncli, args[0], opts)
},
Hidden: true,
}
cmd.Flags().StringVarP(&opts.context, "context", "c", "",