remove unneeded hidden command
This commit is contained in:
parent
972914b7ea
commit
c704a054e8
2
main.go
2
main.go
|
@ -45,7 +45,7 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int {
|
||||||
// users should not be running should be placed here, versus hiding
|
// users should not be running should be placed here, versus hiding
|
||||||
// subcommands from the main help, which should be filtered out of the
|
// subcommands from the main help, which should be filtered out of the
|
||||||
// commands above.
|
// commands above.
|
||||||
hidden := []string{"check", "executor", "syslog", "apply"}
|
hidden := []string{"check", "executor", "syslog"}
|
||||||
|
|
||||||
cli := &cli.CLI{
|
cli := &cli.CLI{
|
||||||
Name: "nomad",
|
Name: "nomad",
|
||||||
|
|
Loading…
Reference in New Issue