-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
enhancementa request to improve CLIa request to improve CLIneeds-designAn engineering task needs design to proceedAn engineering task needs design to proceed
Description
Describe the feature or problem you’d like to solve
I would find it intuitive if the program automatically translated ls into list.
For example when using gh issue list it would make sense to support gh issue ls as well.
There has been several issues to alias support:
-
New feature : ls-like command to list your repositories #2220 - Requested a
gh lscommand that lists repos.
In my opinion this contradicts the current program logic which consists ofgh <scope> [action]. -
Basic Alias Support #936 - Stated that you could use the
gh aliascommand to set an alias. However running on the newest versionv1.3.1:
> gh alias set ls list
- Adding alias for ls: list
could not create alias: list does not correspond to a gh command
Proposed solution
Either the cli should allow aliases for all inputs or support ls natively.
Additional context
As long as the feature is desired, I would like to look at and implement native support for ls.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLIneeds-designAn engineering task needs design to proceedAn engineering task needs design to proceed