pharext\Cli\Command::debug PHP Method

debug() public method

See also: pharext\Command::debug()
public debug ( $fmt )
    public function debug($fmt)
    {
        if ($this->args->verbose) {
            vprintf($fmt, array_slice(func_get_args(), 1));
        }
    }