Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
main: Sort list of cli commands
Browse files Browse the repository at this point in the history
Sort the list of supported sub-commands the runtime supports.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 8, 2017
1 parent aa5993d commit 14cae77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ var runtimeFlags = []cli.Flag{
// commands.
var runtimeCommands = []cli.Command{
checkCLICommand,
envCLICommand,
createCLICommand,
deleteCLICommand,
envCLICommand,
execCLICommand,
killCLICommand,
listCLICommand,
runCLICommand,
pauseCLICommand,
resumeCLICommand,
runCLICommand,
startCLICommand,
stateCLICommand,
versionCLICommand,
Expand Down

0 comments on commit 14cae77

Please sign in to comment.