aboutsummaryrefslogtreecommitdiff
path: root/src/deps/zig-clap/zig.mod (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-01Revert "Update clap (#2238)"Gravatar Jarred Sumner 1-0/+5
This reverts commit 7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c.
2023-02-28Update clap (#2238)Gravatar Justin Whear 1-5/+0
* remove vendored clap * Update to latest zig-clap Major changes: * Instead of vendoring zig-clap and adding changes, this uses Hejsil/zig-clap directly as a submodule * `cli.zig` and related files have been updated to use new API (no more `flag()` or `option()`) * A workaround for the Run and Auto commands has been implemented that allows us to use the official upstream Minor change: * `-i` now has the long option `--install-fallback`; I didn't spend much time thinking about this name, so suggestions weclome. * deinit jsBundleArgs
2021-05-11updateGravatar Jarred Sumner 1-0/+5
Former-commit-id: a5f1670e92fbe9080a0c1c7c744483933b117fe1