X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FCommand.php;h=61b8810adcffd5bb2c65dd116a493743d7e81538;hb=861260c111bff72f60665393660b6f5375559510;hp=b174f7df2afee1a78c60d0a3b121e6df70d5a2a9;hpb=8b991a8b633610f7309d76f15b388bffd073d1f7;p=pharext%2Fpharext diff --git a/src/pharext/Command.php b/src/pharext/Command.php index b174f7d..61b8810 100644 --- a/src/pharext/Command.php +++ b/src/pharext/Command.php @@ -27,13 +27,20 @@ interface Command */ public function info($fmt); + /** + * Print warning + * @param string $fmt + * @param string ...$args + */ + public function warn($fmt); + /** * Print error * @param string $fmt * @param string ...$args */ public function error($fmt); - + /** * Execute the command * @param int $argc command line argument count