From 4bb9ac28286a29070c8ea7789f0f42efb225c811 Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Mon, 17 Jul 2017 14:15:06 +0200 Subject: [PATCH] Sort ctr commands alphabetically Signed-off-by: Kenfe-Mickael Laventure --- cmd/ctr/main.go | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/cmd/ctr/main.go b/cmd/ctr/main.go index 47cb93a2f..a7440988c 100644 --- a/cmd/ctr/main.go +++ b/cmd/ctr/main.go @@ -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") {