We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55773e9 commit a73cbfdCopy full SHA for a73cbfd
cmd/uncloud/machine/rm.go
@@ -36,6 +36,7 @@ func NewRmCommand() *cobra.Command {
36
uncli := cmd.Context().Value("cli").(*cli.CLI)
37
return remove(cmd.Context(), uncli, args[0], opts)
38
},
39
+ Hidden: true,
40
}
41
42
cmd.Flags().StringVarP(&opts.context, "context", "c", "",
0 commit comments