Yargs does a fantastic job of providing a lot of great magic around CLI options. It's easy to get complacent around this and not verify the interface. I would like to write tests that programmatically evoke the CLI interface to ensure that the options provide the interface that the docs suggest.
Yargs does a fantastic job of providing a lot of great magic around CLI options. It's easy to get complacent around this and not verify the interface. I would like to write tests that programmatically evoke the CLI interface to ensure that the options provide the interface that the docs suggest.