download progress, cleanups
[pharext/pharext] / src / pharext / Command.php
index f7b0c74c0f417b2dcdb6f43578c77d7acc65944c..b174f7df2afee1a78c60d0a3b121e6df70d5a2a9 100644 (file)
@@ -13,6 +13,13 @@ interface Command
         */
        public function getArgs();
        
+       /**
+        * Print debug message
+        * @param string $fmt
+        * @param string ...$args
+        */
+       public function debug($fmt);
+       
        /**
         * Print info
         * @param string $fmt