Add command to list syndication targets
[shpub.git] / src / shpub / Cli.php
index 8ea550eefbe5ba222fc1a3d64c9f06d4cf56c623..733f4df0de88de1dd3bf3f1e9f1e600a3bb0a716 100644 (file)
@@ -119,6 +119,7 @@ class Cli
 
         Command_Connect::opts($optParser);
         Command_Server::opts($optParser);
+        Command_Targets::opts($optParser);
 
         Command_Article::opts($optParser);
         Command_Note::opts($optParser);