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

Commit 0c8f1fe

Browse files
committed
[trunk] Add ls alias for list command
Signed-off-by: mtahrioui <mtahrioui@newstore.com>
1 parent 421df23 commit 0c8f1fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

commands/ci/list/list.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ func NewCmdList(f *cmdutils.Factory) *cobra.Command {
2121
$ glab ci list
2222
$ glab ci list --status=failed
2323
`),
24-
Long: ``,
25-
Args: cobra.ExactArgs(0),
24+
Long: ``,
25+
Aliases: []string{"ls"},
26+
Args: cobra.ExactArgs(0),
2627
RunE: func(cmd *cobra.Command, args []string) error {
2728
var err error
2829
var titleQualifier string

0 commit comments

Comments
 (0)