Filtering out nomad check

This commit is contained in:
Diptanu Choudhury
2016-05-17 05:39:39 +02:00
parent 25273db2c1
commit e0cddec857

View File

@@ -35,6 +35,7 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int {
case "executor":
case "syslog":
case "fs ls", "fs cat", "fs stat":
case "check":
default:
commandsInclude = append(commandsInclude, k)
}