Skip to content

Commit a73cbfd

Browse files
committed
chore: hide incomplete machine rm command from help output
1 parent 55773e9 commit a73cbfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/uncloud/machine/rm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func NewRmCommand() *cobra.Command {
3636
uncli := cmd.Context().Value("cli").(*cli.CLI)
3737
return remove(cmd.Context(), uncli, args[0], opts)
3838
},
39+
Hidden: true,
3940
}
4041

4142
cmd.Flags().StringVarP(&opts.context, "context", "c", "",

0 commit comments

Comments
 (0)