Skip to content

Commit

Permalink
Merge pull request #273 from bowphp/papac-patch-3
Browse files Browse the repository at this point in the history
Update Console.php
  • Loading branch information
papac authored Oct 16, 2023
2 parents 1e6e09a + 34e2bd7 commit c810734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ private function help(?string $command = null): int
[option]
run:server [--port=5000] [--host=localhost] [--php-settings="display_errors=on"]
run:console [--include=filename.php] [--prompt=prompt_name]
run:worker [--queue=default] [--connexion=beanstalkd,sqs] [--retry-after=duration]
run:worker [--queue=default] [--connexion=beanstalkd,sqs,redis,database] [--tries=duration] [--sleep=duration] [--timeout=duration]
\033[0;33m$\033[00m php \033[0;34mbow\033[00m run:console\033[00m Show psysh php REPL
\033[0;33m$\033[00m php \033[0;34mbow\033[00m run:server\033[00m [option] Start local developpement server
Expand Down

0 comments on commit c810734

Please sign in to comment.