Block or Report
Block or report shadowspawn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
forest-arborist Public
Work with a forest of git repositories as easily as using a single repo
430 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 7 commits in 3 repositories
Created a pull request in pkgjs/parseargs that received 46 comments
refactor!: parsing, revisit short option groups, add support for combined short and value
This incorporates ideas from #64, #68, and #69. Background on short options in #2. Refactor parsing to use independent blocks of code, rather tha…
+872
−77
•
46
comments
Opened 9 other pull requests in 3 repositories
tj/commander.js
6
merged
pkgjs/parseargs
1
open
1
closed
aaronccasanova/parseargs
1
merged
Reviewed 11 pull requests in 2 repositories
tj/commander.js
6 pull requests
pkgjs/parseargs
5 pull requests
- feat: Add strict mode to parser
-
refactor!: rework results to remove redundant
flagsproperty and store value true for boolean options - refactor!: rework results to have parsedOptions property and store true in values for boolean options
- refactor!: parsing, revisit short option groups, add support for combined short and value
- refactor!: restructure configuration to take options bag
Created an issue in pkgjs/parseargs that received 14 comments
Make "type: string" options greedy?
Short version
Making an option with an expected option-argument (i.e. type: string) always consume the next argument has some benefits:
simple rule
…
14
comments