Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
[trunk] Add ls alias for list command
Browse files Browse the repository at this point in the history
Signed-off-by: mtahrioui <[email protected]>
  • Loading branch information
mt-ns committed Jun 1, 2022
1 parent a1aad08 commit 9d54588
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions commands/ci/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ func NewCmdList(f *cmdutils.Factory) *cobra.Command {
$ glab ci list
$ glab ci list --status=failed
`),
Long: ``,
Args: cobra.ExactArgs(0),
Long: ``,
Aliases: []string{"ls"},
Args: cobra.ExactArgs(0),
RunE: func(cmd *cobra.Command, args []string) error {
var err error
var titleQualifier string
Expand Down

0 comments on commit 9d54588

Please sign in to comment.