Skip to content

Instantly share code, notes, and snippets.

@fguisso
Last active January 29, 2017 01:16
Show Gist options
  • Save fguisso/a2d250e98a6556876bb8b670bc5677a4 to your computer and use it in GitHub Desktop.
Save fguisso/a2d250e98a6556876bb8b670bc5677a4 to your computer and use it in GitHub Desktop.
this.log.writeln('\n→ INITIAL SETTINGS');
return this.prompt(questions)
.then((answers) => {
this.answers = answers; })
.bind(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment