mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Adds info about command options
This commit is contained in:
parent
01849c3365
commit
dba00b9175
@ -44,7 +44,12 @@ goto :eof
|
|||||||
|
|
||||||
:p_help
|
:p_help
|
||||||
echo.Usage:
|
echo.Usage:
|
||||||
echo. alias name=full command
|
echo. alias [/reload] [/d] [name=full command]
|
||||||
|
echo. /reload Reload the aliases file
|
||||||
|
echo. /d Delete an alias (must be followed by the alias name)
|
||||||
|
echo.
|
||||||
|
echo. If alias is called with any parameters, it will display the list of existing aliases.
|
||||||
|
echo. In the command, you can use the following notations:
|
||||||
echo. $* allows the alias to assume all the parameters of the supplied command.
|
echo. $* allows the alias to assume all the parameters of the supplied command.
|
||||||
echo. $1-$9 Allows you to seperate parameter by number, much like %%1 in batch.
|
echo. $1-$9 Allows you to seperate parameter by number, much like %%1 in batch.
|
||||||
echo. $T is the command seperator, allowing you to string several commands together into one alias.
|
echo. $T is the command seperator, allowing you to string several commands together into one alias.
|
||||||
|
Loading…
Reference in New Issue
Block a user