This website requires JavaScript.
Explore
Help
Sign In
Oxtaly
/
ox-argv-parser
Watch
1
Star
0
Fork
0
You've already forked ox-argv-parser
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Oxtaly
d0076ec294
More appropriate renaming
2025-05-11 06:40:17 +02:00
.gitignore
Initial commit
2025-05-09 15:55:57 +02:00
index.js
Added bigint flag type & negated flag bug fixes due to flag.requiredValue option, some refactors for run<Thing> & some other internal functions & fixed 'ignore' value for opts.behaviorOnInputError & fixed flag values on string typed flags when opts.resolveFlagValueTypes was turned on
2025-05-09 18:07:14 +02:00
jsconfig.json
Initial commit
2025-05-09 15:55:57 +02:00
package-lock.json
Initial commit
2025-05-09 15:55:57 +02:00
package.json
More appropriate renaming
2025-05-11 06:40:17 +02:00
types.d.ts
Added bigint flag type & negated flag bug fixes due to flag.requiredValue option, some refactors for run<Thing> & some other internal functions & fixed 'ignore' value for opts.behaviorOnInputError & fixed flag values on string typed flags when opts.resolveFlagValueTypes was turned on
2025-05-09 18:07:14 +02:00
Description
Decently customizable and fairly fast Argv parser in js
155
KiB
Languages
JavaScript
100%