Remove deprecated commands

This commit is contained in:
2022-05-12 21:44:34 +02:00
parent 9195f65c2b
commit 82985bea4f

View File

@@ -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"))}}