Revert "Document WebCommand::serveAction()"
This reverts commit 6d56a57b7e
.
Sorry for doing so, but we have to fix this without breaking
compatibility.
This commit is contained in:
parent
3ded331bd1
commit
cae5c4769d
|
@ -9,23 +9,6 @@ use Icinga\Exception\IcingaException;
|
||||||
|
|
||||||
class WebCommand extends Command
|
class WebCommand extends Command
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Serve Icinga Web 2 with PHP's built-in web server
|
|
||||||
*
|
|
||||||
* USAGE
|
|
||||||
*
|
|
||||||
* icingacli web serve [options]
|
|
||||||
*
|
|
||||||
* OPTIONS
|
|
||||||
*
|
|
||||||
* --daemonize Run in background
|
|
||||||
* --document-root=<dir> The document root directory of Icinga Web 2 (e.g. ./public)
|
|
||||||
* --listen-addr=<host:port> The address to listen on
|
|
||||||
*
|
|
||||||
* EXAMPLES
|
|
||||||
*
|
|
||||||
* icingacli web serve --listen-addr=127.0.0.1:8080
|
|
||||||
*/
|
|
||||||
public function serveAction()
|
public function serveAction()
|
||||||
{
|
{
|
||||||
$minVersion = '5.4.0';
|
$minVersion = '5.4.0';
|
||||||
|
|
Loading…
Reference in New Issue