Last active
January 29, 2017 01:16
-
-
Save fguisso/a2d250e98a6556876bb8b670bc5677a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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