Skip to content

Instantly share code, notes, and snippets.

@AlexanderC
Last active August 29, 2015 14:11
Show Gist options
  • Save AlexanderC/183212d11a0b5a82a8ca to your computer and use it in GitHub Desktop.
Save AlexanderC/183212d11a0b5a82a8ca to your computer and use it in GitHub Desktop.
Consolator gist example
$name = $i->get('name', 'Anonymous');
$o->writeln("/f[green]Your name is /f[blink+inverted]%s/!f", [$name]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment