Oxtaly
|
4876804e6c
|
Addition: otps.addFlagShorthandsAsAliases -> Automatically adds shorthands into aliases, so --f resolves to --flag like -f would (with the shorthand configured as -f)
|
2025-05-11 22:32:00 +02:00 |
|
Oxtaly
|
815bb52510
|
Added opts.handleBackslashesForSpecialFlagChars and fixed/clarified the code for backslashes & clarified opts.lowerCaseInputValues & opts.lowerCaseFlagValues descriptions
|
2025-05-11 21:14:20 +02:00 |
|
Oxtaly
|
49d74d9de5
|
Added opts.lowerCaseInputValues and opts.lowerCaseFlagValues options & refactored flag processing to no longer use temporary flagVal and flagKey vars
|
2025-05-11 16:41:12 +02:00 |
|
Oxtaly
|
63e0e6c06a
|
Initial remote commit
|
2025-05-11 07:20:00 +02:00 |
|
Oxtaly
|
d0076ec294
|
More appropriate renaming
|
2025-05-11 06:40:17 +02:00 |
|
Oxtaly
|
ef73c447df
|
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 |
|
Oxtaly
|
aef5a62455
|
Initial commit
|
2025-05-09 15:55:57 +02:00 |
|