@@ -23,16 +23,16 @@ |
||
| 23 | 23 | protected function configure() |
| 24 | 24 | { |
| 25 | 25 | $this->setName('pjbserver:restart') |
| 26 | - ->setDescription( |
|
| 27 | - 'Restart the standalone pjb server (java)' |
|
| 28 | - ) |
|
| 29 | - ->addArgument( |
|
| 26 | + ->setDescription( |
|
| 27 | + 'Restart the standalone pjb server (java)' |
|
| 28 | + ) |
|
| 29 | + ->addArgument( |
|
| 30 | 30 | 'config-file', |
| 31 | 31 | InputArgument::REQUIRED, |
| 32 | 32 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 33 | - ) |
|
| 34 | - ->setHelp( |
|
| 35 | - <<<'EOT' |
|
| 33 | + ) |
|
| 34 | + ->setHelp( |
|
| 35 | + <<<'EOT' |
|
| 36 | 36 | Start the php java bridge server in the background. |
| 37 | 37 | EOT |
| 38 | 38 | ); |
@@ -23,16 +23,16 @@ |
||
| 23 | 23 | protected function configure() |
| 24 | 24 | { |
| 25 | 25 | $this->setName('pjbserver:stop') |
| 26 | - ->setDescription( |
|
| 27 | - 'Stop the standalone pjb server (java)' |
|
| 28 | - ) |
|
| 26 | + ->setDescription( |
|
| 27 | + 'Stop the standalone pjb server (java)' |
|
| 28 | + ) |
|
| 29 | 29 | ->addArgument( |
| 30 | 30 | 'config-file', |
| 31 | 31 | InputArgument::REQUIRED, |
| 32 | 32 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 33 | 33 | ) |
| 34 | - ->setHelp( |
|
| 35 | - <<<'EOT' |
|
| 34 | + ->setHelp( |
|
| 35 | + <<<'EOT' |
|
| 36 | 36 | Stop the standalone php java bridge server (running in the background). |
| 37 | 37 | EOT |
| 38 | 38 | ); |
@@ -24,17 +24,17 @@ |
||
| 24 | 24 | protected function configure() |
| 25 | 25 | { |
| 26 | 26 | $this->setName('pjbserver:status') |
| 27 | - ->setDescription( |
|
| 28 | - 'Get the status of the standalone pjb server (java)' |
|
| 29 | - ) |
|
| 27 | + ->setDescription( |
|
| 28 | + 'Get the status of the standalone pjb server (java)' |
|
| 29 | + ) |
|
| 30 | 30 | ->addArgument( |
| 31 | 31 | 'config-file', |
| 32 | 32 | InputArgument::REQUIRED, |
| 33 | 33 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 34 | 34 | ) |
| 35 | 35 | |
| 36 | - ->setHelp( |
|
| 37 | - <<<'EOT' |
|
| 36 | + ->setHelp( |
|
| 37 | + <<<'EOT' |
|
| 38 | 38 | Get the status of the php java bridge server in the background. |
| 39 | 39 | EOT |
| 40 | 40 | ); |
@@ -23,17 +23,17 @@ |
||
| 23 | 23 | protected function configure() |
| 24 | 24 | { |
| 25 | 25 | $this->setName('pjbserver:start') |
| 26 | - ->setDescription( |
|
| 27 | - 'Start the standalone pjb server (java)' |
|
| 28 | - ) |
|
| 26 | + ->setDescription( |
|
| 27 | + 'Start the standalone pjb server (java)' |
|
| 28 | + ) |
|
| 29 | 29 | ->addArgument( |
| 30 | 30 | 'config-file', |
| 31 | 31 | InputArgument::REQUIRED, |
| 32 | 32 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 33 | 33 | ) |
| 34 | 34 | |
| 35 | - ->setHelp( |
|
| 36 | - <<<'EOT' |
|
| 35 | + ->setHelp( |
|
| 36 | + <<<'EOT' |
|
| 37 | 37 | Start the php java bridge server in the background. |
| 38 | 38 | EOT |
| 39 | 39 | ); |
@@ -23,17 +23,17 @@ |
||
| 23 | 23 | protected function configure() |
| 24 | 24 | { |
| 25 | 25 | $this->setName('pjbserver:reveal') |
| 26 | - ->setDescription( |
|
| 27 | - 'Print the underlying java cli command' |
|
| 28 | - ) |
|
| 26 | + ->setDescription( |
|
| 27 | + 'Print the underlying java cli command' |
|
| 28 | + ) |
|
| 29 | 29 | ->addArgument( |
| 30 | 30 | 'config-file', |
| 31 | 31 | InputArgument::REQUIRED, |
| 32 | 32 | 'Configuration file, see ./dist/pjbserver.config.php.dist' |
| 33 | 33 | ) |
| 34 | 34 | |
| 35 | - ->setHelp( |
|
| 36 | - <<<'EOT' |
|
| 35 | + ->setHelp( |
|
| 36 | + <<<'EOT' |
|
| 37 | 37 | Echo the underlying cli command (call to java) that will be called. |
| 38 | 38 | EOT |
| 39 | 39 | ); |