Merge pull request #804 from 14rcole/kpod-cmd-list
Remove duplicate kpod command names
This commit is contained in:
commit
ab4e7a9a35
1 changed files with 1 additions and 3 deletions
|
@ -34,12 +34,10 @@ func main() {
|
||||||
renameCommand,
|
renameCommand,
|
||||||
rmiCommand,
|
rmiCommand,
|
||||||
saveCommand,
|
saveCommand,
|
||||||
|
statsCommand,
|
||||||
tagCommand,
|
tagCommand,
|
||||||
umountCommand,
|
umountCommand,
|
||||||
versionCommand,
|
versionCommand,
|
||||||
saveCommand,
|
|
||||||
statsCommand,
|
|
||||||
loadCommand,
|
|
||||||
}
|
}
|
||||||
app.Before = func(c *cli.Context) error {
|
app.Before = func(c *cli.Context) error {
|
||||||
logrus.SetLevel(logrus.ErrorLevel)
|
logrus.SetLevel(logrus.ErrorLevel)
|
||||||
|
|
Loading…
Reference in a new issue