|
|
|
@ -9,14 +9,14 @@ script.
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
|
|
- ``alias list``
|
|
|
|
|
lists all configured aliases
|
|
|
|
|
Lists all configured aliases
|
|
|
|
|
- ``alias add <name> <command> [arguments...]``
|
|
|
|
|
adds an alias
|
|
|
|
|
Adds an alias
|
|
|
|
|
- ``alias replace <name> <command> [arguments...]``
|
|
|
|
|
replaces an existing alias with a new command, or adds the alias if it does
|
|
|
|
|
Replaces an existing alias with a new command, or adds the alias if it does
|
|
|
|
|
not already exist
|
|
|
|
|
- ``alias delete <name>``
|
|
|
|
|
removes the specified alias
|
|
|
|
|
Removes the specified alias
|
|
|
|
|
|
|
|
|
|
Aliases can be given additional arguments when created and invoked, which will
|
|
|
|
|
be passed to the underlying command in order.
|
|
|
|
|