Merge pull request #766 from miaoyq/add-an-alias-for-ctr-list

Add an alias for ctr list
This commit is contained in:
Phil Estes 2017-04-25 12:29:21 -04:00 committed by GitHub
commit 3fde908cbf

View File

@ -11,8 +11,9 @@ import (
)
var listCommand = cli.Command{
Name: "list",
Usage: "list containers",
Name: "list",
Aliases: []string{"ls"},
Usage: "list containers",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "quiet, q",