mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(avd): use an explicit parameter to skip the numbering
This commit is contained in:
parent
e8e8ed7136
commit
150e98e22c
2 changed files with 35 additions and 10 deletions
|
|
@ -20,6 +20,7 @@ not work as expected.
|
|||
## Functions
|
||||
|
||||
- `avds` - Lists all the AVDs
|
||||
- `-s` will skip the AVD numbers at the beginning of each output line
|
||||
- `avd [-v] <n>` - Launches n-th AVD from the AVDs list printed by
|
||||
`avds`
|
||||
- `-v` will let stdout and stderr print to the console which is
|
||||
|
|
@ -29,7 +30,7 @@ not work as expected.
|
|||
|
||||
## Aliases
|
||||
|
||||
- `emus` - Same as `avds`
|
||||
- `emus [-s]` - Same as `avds [-s]`
|
||||
- `emu [-v] <n>` - Same as `avd [-v] <n>`
|
||||
|
||||
## Exemplary usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue