@botname alias

This command is used to operate on alias to show the result of the commonly used commands that you define as alias.

Syntax

Read syntax diagramSkip visual syntax diagram@ botnamealiasliststatus*alias_name--value*alias_value

Usage

list
Shows default status or details. If you do not specify any action, this action is the default action.
status
Shows the default status or details. If you do not specify any object, this object is the default object.
*alias_name
This positional argument is OPTIONAL. It specifies the name of alias that you define.
--value *alias_value
This option is OPTIONAL. It specifies the value of the alias that you define.

Examples

@bnz alias
Shows the status of all the aliases.
@bnz alias list status --value ad*
Shows the status of the alias whose alias value starts with ad.
@bnz alias list status 1
Shows the status of the alias whose name is 1.