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 082762c commit 65f1b01Copy full SHA for 65f1b01
src/Command/WebsocketServerCommand.php
@@ -4,6 +4,7 @@
4
5
use Gos\Bundle\WebSocketBundle\Server\App\Registry\ServerRegistry;
6
use Gos\Bundle\WebSocketBundle\Server\ServerLauncherInterface;
7
+use Symfony\Component\Console\Attribute\AsCommand;
8
use Symfony\Component\Console\Command\Command;
9
use Symfony\Component\Console\Completion\CompletionInput;
10
use Symfony\Component\Console\Completion\CompletionSuggestions;
@@ -13,6 +14,7 @@
13
14
use Symfony\Component\Console\Input\InputOption;
15
use Symfony\Component\Console\Output\OutputInterface;
16
17
+#[AsCommand(name: 'gos:websocket:server', description: 'Starts the websocket server')]
18
final class WebsocketServerCommand extends Command
19
{
20
/**
0 commit comments