mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-27 13:44:45 +01:00
feat(aliases): add basic argument parsing (#10710)
This commit is contained in:
@@ -17,6 +17,12 @@ Requirements: Python needs to be installed.
|
||||
|
||||
- `acs`: show all aliases by group.
|
||||
|
||||
- `acs -h/--help`: print help mesage.
|
||||
|
||||
- `acs <keyword>`: filter aliases by `<keyword>` and highlight.
|
||||
|
||||
- `acs -g <group>/--group <group`: show only aliases for group `<group>`. Multiple uses of the flag show all groups,
|
||||
|
||||
- `acs --groups-only`: show only group names
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user