X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/9f81b10b061382886a9c7e21ca941c11a6e4bee1..912b60774d5a2825f39848ecde463812897e5a4d:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 5689851..24207a1 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; @@ -89,8 +90,9 @@ class Cli protected function loadOptParser() { $optParser = new \Console_CommandLine(); - $optParser->description = 'shpub'; - $optParser->version = '0.1.0'; + $optParser->name = 'shpub'; + $optParser->description = 'Command line micropub client'; + $optParser->version = '0.3.0'; $optParser->subcommand_required = true; $optParser->addOption(