From 4e3d4b1cd0a0a7676a91d391a09c81de09184935 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Fri, 15 Sep 2017 20:23:41 +0000 Subject: [PATCH] remove unneeded hidden command --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6f057b2c1..50d9ac5b4 100644 --- a/main.go +++ b/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 // 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",