Add bookmark command
[shpub.git] / src / shpub / Cli.php
index 77b62ccd2be6247ef370fd95c6b8de96118cc495..697d93438fe5fd5ea89405945069ff605de49921 100644 (file)
@@ -166,6 +166,7 @@ class Cli
         Command_Like::opts($optParser);
         Command_Repost::opts($optParser);
         Command_Rsvp::opts($optParser);
+        Command_Bookmark::opts($optParser);
 
         Command_Delete::opts($optParser);
         Command_Undelete::opts($optParser);