remove unneeded hidden command

This commit is contained in:
Chelsea Holland Komlo 2017-09-15 20:23:41 +00:00
parent 972914b7ea
commit c704a054e8
1 changed files with 1 additions and 1 deletions

View File

@ -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",