diff --git a/cli.php b/cli.php index 96b0116..28690ab 100644 --- a/cli.php +++ b/cli.php @@ -1,5 +1,4 @@ run(); */ $key = reset (array_keys ($argv, "-")); $argv[$key] = file_get_contents ("php://stdin"); } + // TODO : Manage a parameter in the constructor of the class $r = new $class; switch (count ($argv))