[READ-ONLY] Mirror of https://github.com/bombshell-dev/args. <1kB CLI flag parser
args args-parser cli command-line command-line-parser node
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (#9)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
(Feb 23, 2025, 10:56 PM -0600) f2ac5764 aafc601c

+7 -6
-5
.changeset/tangy-bushes-shake.md
··· 1 - --- 2 - "@bomb.sh/args": patch 3 - --- 4 - 5 - Fixes a bug which set longhand `--boolean` args to `false` ([#8](https://github.com/bombshell-dev/args/pull/8))
+6
CHANGELOG.md
··· 1 1 # @bomb.sh/args (fka `ultraflag`) 2 2 3 + ## 0.3.1 4 + 5 + ### Patch Changes 6 + 7 + - aafc601: Fixes a bug which set longhand `--boolean` args to `false` ([#8](https://github.com/bombshell-dev/args/pull/8)) 8 + 3 9 ## 0.3.0 4 10 5 11 ### Minor Changes
+1 -1
package.json
··· 5 5 "provenance": true 6 6 }, 7 7 "type": "module", 8 - "version": "0.3.0", 8 + "version": "0.3.1", 9 9 "types": "./dist/index.d.ts", 10 10 "repository": { 11 11 "type": "git",