add support for articles (with HTML)
[shpub.git] / src / shpub / Cli.php
index 57ccee781a5856aedf4373afe97c027f2f681a99..eedbb10e37d916f4c68891bec497a4a3f4fddb29 100644 (file)
@@ -160,6 +160,7 @@ class Cli
             )
         );
 
+        Command_Article::opts($optParser);
         Command_Note::opts($optParser);
         Command_Reply::opts($optParser);
         Command_Like::opts($optParser);