diff --git a/inc/composer/class-command.php b/inc/composer/class-command.php index 4b8b1346..20291590 100644 --- a/inc/composer/class-command.php +++ b/inc/composer/class-command.php @@ -40,7 +40,7 @@ protected function configure() { ->setName( 'server' ) ->setDescription( 'Altis Local Server' ) ->setDefinition( [ - new InputArgument( 'subcommand', null, 'start, stop, restart, cli, exec, shell, ssh, status, db, ssl, set, logs.' ), + new InputArgument( 'subcommand', null, 'start, stop, restart, destroy, cli, exec, shell, ssh, status, db, ssl, logs, import-uploads' ), new InputArgument( 'options', InputArgument::IS_ARRAY ), ] ) ->setAliases( [ 'local-server' ] )