Create shortcuts to invoke other commands.
role
command with a specific role.
alias add
command.
{}
.
Keep in mind that the first argument is {0}
, the second argument is {1}
, and so on, it doesn’t start at {1}
.
timeout
command with the first argument being @jonathan
from the user’s input and the second argument being 10m
as predefined.
role
command with the predefined image role.
alias remove
command.
Viewing an alias
alias view
command to view what an alias invokes.Viewing all aliases
alias list
command to view all aliases.