Remove deprecated commands
This commit is contained in:
@@ -2,7 +2,7 @@ Usage:{{if .Runnable}}
|
||||
{{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}
|
||||
{{.CommandPath}} [command]{{end}}
|
||||
|
||||
Core Commands:{{range .Commands}}{{if (or (eq .Name "help") (eq .Name "init") (eq .Name "key") (eq .Name "portal") (eq .Name "completion"))}}
|
||||
Core Commands:{{range .Commands}}{{if (or (eq .Name "help") (eq .Name "completion"))}}
|
||||
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}
|
||||
|
||||
Action Commands:{{range .Commands}}{{if (or (eq .Name "run") (eq .Name "exec") (eq .Name "service"))}}
|
||||
|
||||
Reference in New Issue
Block a user