X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FCommand.php;h=b174f7df2afee1a78c60d0a3b121e6df70d5a2a9;hb=8b991a8b633610f7309d76f15b388bffd073d1f7;hp=f7b0c74c0f417b2dcdb6f43578c77d7acc65944c;hpb=c8adc57c38cc535e0dcda979565b7639896e7370;p=pharext%2Fpharext diff --git a/src/pharext/Command.php b/src/pharext/Command.php index f7b0c74..b174f7d 100644 --- a/src/pharext/Command.php +++ b/src/pharext/Command.php @@ -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