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{
imageCommand,
pullCommand,
applyCommand,
attachCommand,
checkpointCommand,
containersCommand,
contentCommand,
deleteCommand,
eventsCommand,
execCommand,
fetchCommand,
fetchObjectCommand,
pushCommand,
pushObjectCommand,
containersCommand,
checkpointCommand,
runCommand,
attachCommand,
deleteCommand,
namespacesCommand,
eventsCommand,
taskListCommand,
imageCommand,
infoCommand,
killCommand,
pprofCommand,
execCommand,
namespacesCommand,
pauseCommand,
resumeCommand,
snapshotCommand,
versionCommand,
pprofCommand,
psCommand,
applyCommand,
pullCommand,
pushCommand,
pushObjectCommand,
resumeCommand,
rootfsCommand,
contentCommand,
runCommand,
snapshotCommand,
taskListCommand,
versionCommand,
}, extraCmds...)
app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") {