Filtered out the executor command
This commit is contained in:
parent
b788017574
commit
1ba1baa9ac
|
@ -32,7 +32,7 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int {
|
|||
commandsInclude := make([]string, 0, len(commands))
|
||||
for k, _ := range commands {
|
||||
switch k {
|
||||
case "spawn-daemon":
|
||||
case "executor":
|
||||
default:
|
||||
commandsInclude = append(commandsInclude, k)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue