mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-14 05:10:59 +01:00
feat(avd): use an explicit parameter to skip the numbering
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user