mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
removed the stats cli command
This commit is contained in:
@@ -121,11 +121,6 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
"stats": func() (cli.Command, error) {
|
||||
return &command.StatsCommand{
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
"status": func() (cli.Command, error) {
|
||||
return &command.StatusCommand{
|
||||
Meta: meta,
|
||||
|
||||
Reference in New Issue
Block a user