The beginning of the command line (for example, 'test'
in '.test 123')
The list of arguments of the command line (for example, ['123']
in '.test 123')
The command line (for example, '.test 123 test'
in '.test 123 test')
Whether the command usage is successful or not (return false
if the user misused the command)
Generated using TypeDoc
Called on any command being used.