add undelete command
[shpub.git] / src / shpub / Cli.php
index 75497eb46c4d19373b8b7eb60498cda5b3515482..aa9dcaa0236a31a938b4d0baef34e493fadfadf8 100644 (file)
@@ -167,6 +167,7 @@ class Cli
         Command_Repost::opts($optParser);
 
         Command_Delete::opts($optParser);
+        Command_Undelete::opts($optParser);
 
         return $optParser;
     }