Skip to content

Commit

Permalink
Merge pull request #660 from humanmade/backport-653-to-v18-branch
Browse files Browse the repository at this point in the history
[Backport v18-branch] Update subcommands listed in help
  • Loading branch information
mikelittle authored Jan 26, 2024
2 parents 048f567 + 4aa2bf1 commit 9588018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ] )
Expand Down

0 comments on commit 9588018

Please sign in to comment.