Skip to content

Instantly share code, notes, and snippets.

@abhishekori
Created July 21, 2018 15:27
Show Gist options
  • Save abhishekori/fecd378d0c1a4bb603e147ebbbf9c8f1 to your computer and use it in GitHub Desktop.
Save abhishekori/fecd378d0c1a4bb603e147ebbbf9c8f1 to your computer and use it in GitHub Desktop.
program
.command('search <search_query>')
.alias('-s')
.description('Search for a question')
.action((searchKey)=>{
console.log(searchKey)
})
program.parse(process.argv);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment