remove unneeded hidden command

This commit is contained in:
Chelsea Holland Komlo
2017-09-15 20:23:41 +00:00
parent 9c42804bca
commit 4e3d4b1cd0

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
// subcommands from the main help, which should be filtered out of the
// commands above.
hidden := []string{"check", "executor", "syslog", "apply"}
hidden := []string{"check", "executor", "syslog"}
cli := &cli.CLI{
Name: "nomad",