mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
remove unneeded hidden command
This commit is contained in:
2
main.go
2
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",
|
||||
|
||||
Reference in New Issue
Block a user