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