mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(aliases): add basic argument parsing (#10710)
This commit is contained in:
parent
8487a5536d
commit
4e4961e60c
2 changed files with 25 additions and 6 deletions
|
|
@ -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
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue