Sort ctr commands alphabetically

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2017-07-17 14:15:06 +02:00
parent d0166c42ce
commit 4bb9ac2828
No known key found for this signature in database
GPG Key ID: 40CF16616B361216

View File

@ -58,32 +58,32 @@ containerd CLI
}, },
} }
app.Commands = append([]cli.Command{ app.Commands = append([]cli.Command{
imageCommand, applyCommand,
pullCommand, attachCommand,
checkpointCommand,
containersCommand,
contentCommand,
deleteCommand,
eventsCommand,
execCommand,
fetchCommand, fetchCommand,
fetchObjectCommand, fetchObjectCommand,
pushCommand, imageCommand,
pushObjectCommand,
containersCommand,
checkpointCommand,
runCommand,
attachCommand,
deleteCommand,
namespacesCommand,
eventsCommand,
taskListCommand,
infoCommand, infoCommand,
killCommand, killCommand,
pprofCommand, namespacesCommand,
execCommand,
pauseCommand, pauseCommand,
resumeCommand, pprofCommand,
snapshotCommand,
versionCommand,
psCommand, psCommand,
applyCommand, pullCommand,
pushCommand,
pushObjectCommand,
resumeCommand,
rootfsCommand, rootfsCommand,
contentCommand, runCommand,
snapshotCommand,
taskListCommand,
versionCommand,
}, extraCmds...) }, extraCmds...)
app.Before = func(context *cli.Context) error { app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") { if context.GlobalBool("debug") {