ctr: alphabetize commands, rename signals

Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com>
This commit is contained in:
Jess Valarezo 2017-10-31 10:56:19 -07:00
parent f654b7b71e
commit 864b16a2cb
7 changed files with 15 additions and 15 deletions

View File

@ -20,10 +20,10 @@ var Command = cli.Command{
Usage: "manage containers",
Aliases: []string{"c"},
Subcommands: []cli.Command{
listCommand,
deleteCommand,
setLabelsCommand,
infoCommand,
listCommand,
setLabelsCommand,
},
}

View File

@ -27,16 +27,16 @@ var (
Name: "content",
Usage: "manage content",
Subcommands: cli.Commands{
listCommand,
ingestCommand,
activeIngestCommand,
getCommand,
editCommand,
deleteCommand,
setLabelsCommand,
editCommand,
fetchCommand,
fetchObjectCommand,
getCommand,
ingestCommand,
listCommand,
pushObjectCommand,
setLabelsCommand,
},
}

View File

@ -20,9 +20,9 @@ var Command = cli.Command{
Usage: "manage namespaces",
Subcommands: cli.Commands{
createCommand,
setLabelsCommand,
listCommand,
removeCommand,
setLabelsCommand,
},
}

View File

@ -23,17 +23,17 @@ var Command = cli.Command{
Usage: "manage snapshots",
Flags: commands.SnapshotterFlags,
Subcommands: cli.Commands{
listCommand,
usageCommand,
removeCommand,
prepareCommand,
viewCommand,
treeCommand,
mountCommand,
commitCommand,
infoCommand,
listCommand,
mountCommand,
prepareCommand,
removeCommand,
setLabelCommand,
treeCommand,
unpackCommand,
usageCommand,
viewCommand,
},
}