diff --git a/Console/DefaultCommand.php b/Console/DefaultCommand.php index abc29c25..577a0578 100644 --- a/Console/DefaultCommand.php +++ b/Console/DefaultCommand.php @@ -12,7 +12,7 @@ use Snowflake\Abstracts\Input; */ class DefaultCommand extends Command { - public string $command = 'list'; + public string $command = 'a:help'; public string $description = 'command lists';