75lb / command-line-args

A mature, feature-complete library to parse command-line options.
MIT License
679 stars 107 forks source link

Fixed: Add retain inputs #136

Open zanerock opened 6 days ago

zanerock commented 6 days ago

Adds retainInput option for commandLineArgs().

Closes #135

Added implementation keeping the same style, added test, updated dist and docs.

These changes where made off the 'swith-to-jest' branch and should be merged after #134

zanerock commented 5 days ago

I'm happy to make a version of this PR that doesn't incorporate the testing infra changes. I just got fixated on the idea of getting a report out of the test run.