From 9d54588a012e312b743e385563a3e5252ae277b9 Mon Sep 17 00:00:00 2001 From: mtahrioui Date: Wed, 1 Jun 2022 11:02:40 +0200 Subject: [PATCH] [trunk] Add ls alias for list command Signed-off-by: mtahrioui --- commands/ci/list/list.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/ci/list/list.go b/commands/ci/list/list.go index eaa20dd5b..371cb466a 100644 --- a/commands/ci/list/list.go +++ b/commands/ci/list/list.go @@ -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