mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
chore: hide incomplete machine rm command from help output
This commit is contained in:
@@ -36,6 +36,7 @@ func NewRmCommand() *cobra.Command {
|
|||||||
uncli := cmd.Context().Value("cli").(*cli.CLI)
|
uncli := cmd.Context().Value("cli").(*cli.CLI)
|
||||||
return remove(cmd.Context(), uncli, args[0], opts)
|
return remove(cmd.Context(), uncli, args[0], opts)
|
||||||
},
|
},
|
||||||
|
Hidden: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.Flags().StringVarP(&opts.context, "context", "c", "",
|
cmd.Flags().StringVarP(&opts.context, "context", "c", "",
|
||||||
|
|||||||
Reference in New Issue
Block a user