We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d8f58 commit 806aaf5Copy full SHA for 806aaf5
1 file changed
tests/WebFiori/Framework/Tests/Cli/HelpCommandTest.php
@@ -55,9 +55,14 @@ public function test00() {
55
" queue:status: Show pending and failed job counts.\n",
56
" queue:retry: Retry or flush failed queue jobs.\n",
57
" queue:work: Process queue jobs continuously.\n",
58
+ " routes:\n",
59
+ " routes:cache: Build the route cache for production.\n",
60
+ " routes:clear: Clear the route cache.\n",
61
" scheduler:\n",
62
" scheduler:run: Run the tasks scheduler check.\n",
63
" scheduler:daemon: Run the scheduler in a loop for a limited duration.\n",
64
+ " services:\n",
65
+ " services:list: List all auto-discovered API services.\n",
66
" scheduler: Run tasks scheduler.\n",
67
], $this->executeMultiCommand([
68
'help',
0 commit comments