Aliases is a premium feature that allows you to setup aliases for commands.
The structure of its configuration is aliasName: 'command'. You will understand it with the example below:
aliasName: 'command'
aliases: w: 'warn' pong: 'ping'
The command w would execute the command warn.
w
warn
The command pong would execute the command ping.
pong
ping
Last updated 5 years ago