Release 0.0.6
[shpub.git] / src / shpub / Cli.php
index 9daa59bd681edd2bf92474e1a144f23bc208b122..77b62ccd2be6247ef370fd95c6b8de96118cc495 100644 (file)
@@ -90,7 +90,7 @@ class Cli
     {
         $optParser = new \Console_CommandLine();
         $optParser->description = 'shpub';
     {
         $optParser = new \Console_CommandLine();
         $optParser->description = 'shpub';
-        $optParser->version = '0.0.5';
+        $optParser->version = '0.0.6';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
@@ -165,6 +165,7 @@ class Cli
         Command_Reply::opts($optParser);
         Command_Like::opts($optParser);
         Command_Repost::opts($optParser);
         Command_Reply::opts($optParser);
         Command_Like::opts($optParser);
         Command_Repost::opts($optParser);
+        Command_Rsvp::opts($optParser);
 
         Command_Delete::opts($optParser);
         Command_Undelete::opts($optParser);
 
         Command_Delete::opts($optParser);
         Command_Undelete::opts($optParser);