Remove duplicate kpod command names

Some kpod commands were listed twice in main.go.  Removed these
duplicates and alphabetized the remaining commands to prevent this
from happening in the future

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
Ryan Cole 2017-08-28 13:52:53 -04:00
parent 3473e8afed
commit 380ea16232

View file

@ -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)