mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Added remove in suggestFor for delete subcommnad
Signed-off-by: Mujib Ahasan <ahasanmujib8@gmail.com>
This commit is contained in:
@@ -160,7 +160,7 @@ func NewCmdDelete(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.
|
||||
cmdutil.CheckErr(o.Validate())
|
||||
cmdutil.CheckErr(o.RunDelete(f))
|
||||
},
|
||||
SuggestFor: []string{"rm"},
|
||||
SuggestFor: []string{"rm", "remove"},
|
||||
}
|
||||
|
||||
deleteFlags.AddFlags(cmd)
|
||||
|
||||
Reference in New Issue
Block a user