예제 #1
0
파일: utilities.php 프로젝트: pago/pantr
/**
 * @return Output
 */
function writeln($t = '', $style = null)
{
    return pantr::console()->out()->writeln($t, $style);
}