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,
|
||||
rmiCommand,
|
||||
saveCommand,
|
||||
statsCommand,
|
||||
tagCommand,
|
||||
umountCommand,
|
||||
versionCommand,
|
||||
saveCommand,
|
||||
statsCommand,
|
||||
loadCommand,
|
||||
}
|
||||
app.Before = func(c *cli.Context) error {
|
||||
logrus.SetLevel(logrus.ErrorLevel)
|
||||
|
|
Loading…
Reference in a new issue