X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/303b79ccecb657e801a5bdff105008abba418f1c..c9cb79e75768b722ee345d71ce6627fb79bd1b64:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index b335b53..8ea550e 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -24,7 +24,8 @@ class Cli $res->command->args['server'], $res->command->args['user'], $res->command->args['key'], - $res->command->options['force'] + $res->command->options['force'], + $res->command->options['scope'] ); break; @@ -49,7 +50,7 @@ class Cli /** * Let the CLI option parser parse the options. * - * @param object $parser Option parser + * @param object $optParser Option parser * * @return object Parsed command line parameters */ @@ -91,7 +92,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.2.0'; + $optParser->version = '0.3.0'; $optParser->subcommand_required = true; $optParser->addOption(