Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
44 views

I created a CLI with commander.js and I have some prompts like inputs etc. I want to test the prompts with unit testing, so for example to set a test value when a prompt is showing. So for example in ...
Jonathan Sigg's user avatar
0 votes
2 answers
191 views

When using an args processor like commander, I can get arguments, but not options if I make a script for it. package.json... { "name": "example", "version": "0.0....
Nick Steele's user avatar
  • 8,184