Alias
Usage: alias <name> <command> Create a personal command alias. The alias expands tokens: $1, $2 for positional arguments, $* for all arguments. Examples: > alias ms use momentum strike > alias heal use wild mend > alias t target $1
Usage: alias <name> <command> Create a personal command alias. The alias expands tokens: $1, $2 for positional arguments, $* for all arguments. Examples: > alias ms use momentum strike > alias heal use wild mend > alias t target $1