This list is hardcoded but you can add here your own commands in:
- /src/Skynet/Console/SkynetConsole.php
Custom command can be added to list by:
- $this->addCommand()
method in class constructor.
Custom commands can be defined in Event Listeners also via
- registerCommands()
method.