Skip to content

Instantly share code, notes, and snippets.

@korzio
Created April 6, 2019 09:44
Show Gist options
  • Save korzio/5caf7a77f511a8157d0ea07dd3551cb6 to your computer and use it in GitHub Desktop.
Save korzio/5caf7a77f511a8157d0ea07dd3551cb6 to your computer and use it in GitHub Desktop.
program
 .command('configure <url> [otherUrls...]')
 .action((url) => {
 configure({ questions: require(url) })
 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment