From 9fba919306f8baaf82ed2df4828a5bbe893447e5 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 7 Dec 2023 22:14:44 +0000 Subject: [PATCH] Update class-command.php --- inc/composer/class-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] )