first version of comment extraction
[stapibas.git] / src / stapibas / Cli.php
index 10b695751f161c6172aab214637f20d5d42a5a0e..52c7143761bf1031081513b6d4c9fdb8af7d9ad8 100644 (file)
@@ -128,7 +128,8 @@ class Cli
         $cf = new Content_Fetcher($deps);
         $cf->updateAll();
 
-        //FIXME
+        $cx = new Content_Extractor($deps);
+        $cx->updateAll();
     }