Skip to content

Instantly share code, notes, and snippets.

@eugener
Created December 28, 2010 19:11
Show Gist options
  • Save eugener/757569 to your computer and use it in GitHub Desktop.
Save eugener/757569 to your computer and use it in GitHub Desktop.
build( parent, instruction, text ).inform();
build( parent, instruction, text ).error();
build( parent, instruction, text ).ask();
build().showException(ex);
build(parent, instruction, text).radioChoice(defaultChoice, choices);
build(parent, instruction,text).choice( defaultChoice, choices );
build(parent, instruction,text).inputColumns(25).input( defaultValue );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment