Skip to content

Commit

Permalink
add alias for ls
Browse files Browse the repository at this point in the history
  • Loading branch information
theredditbandit committed May 22, 2024
1 parent 2a1e462 commit e080fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var lsCmd = &cobra.Command{
Long: `List all indexed projects along with their status
Usage : pman ls
`,
Aliases: []string{"l"},
RunE: func(cmd *cobra.Command, _ []string) error {
filterFlag, _ := cmd.Flags().GetString("f")
refreshLastEditTime, _ := cmd.Flags().GetBool("r")
Expand Down

0 comments on commit e080fda

Please sign in to comment.