X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/ff8573f63f912d05426b6928364146d1c7794f99..c6fd5d2f91a31c5014c2d40276b8d4ef771fb9a9:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index aa9dcaa..697d934 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -90,7 +90,7 @@ class Cli { $optParser = new \Console_CommandLine(); $optParser->description = 'shpub'; - $optParser->version = '0.0.5'; + $optParser->version = '0.0.6'; $optParser->subcommand_required = true; $optParser->addOption( @@ -165,9 +165,12 @@ class Cli Command_Reply::opts($optParser); Command_Like::opts($optParser); Command_Repost::opts($optParser); + Command_Rsvp::opts($optParser); + Command_Bookmark::opts($optParser); Command_Delete::opts($optParser); Command_Undelete::opts($optParser); + Command_Update::opts($optParser); return $optParser; }