1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 09:21:56 +01:00

Merge pull request #67 from drone/build

consist commands for ls.
This commit is contained in:
Brad Rydzewski 2017-09-03 18:37:35 -07:00 committed by GitHub
commit 81f4e44ccb

@ -9,7 +9,7 @@ import (
)
var buildListCmd = cli.Command{
Name: "list",
Name: "ls",
Usage: "show build history",
ArgsUsage: "<repo/name>",
Action: buildList,