Add command to create custom types
[shpub.git] / src / shpub / Cli.php
index 04ef97495ef98dcf59b0513e52ccf9ea279366f7..f1a625986eb1800e2456b47f009d507ae863bb11 100644 (file)
@@ -131,6 +131,7 @@ class Cli
         Command_Repost::opts($optParser);
         Command_Rsvp::opts($optParser);
         Command_Bookmark::opts($optParser);
+        Command_X::opts($optParser);
 
         Command_Delete::opts($optParser);
         Command_Undelete::opts($optParser);