diff options
author | 2023-02-28 13:49:05 -0800 | |
---|---|---|
committer | 2023-02-28 13:49:05 -0800 | |
commit | 7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c (patch) | |
tree | 0aebdc62db0e8bfbf0db537537cb1c8ac6844772 /src/deps/zig-clap/zig.mod | |
parent | bd91aa8c25a05768cae5a0df482bb8f50c599c20 (diff) | |
download | bun-7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c.tar.gz bun-7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c.tar.zst bun-7b9a17f9d7106ffd8e553a5192aba60d14ea5e9c.zip |
Update clap (#2238)
* 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
Diffstat (limited to 'src/deps/zig-clap/zig.mod')
-rw-r--r-- | src/deps/zig-clap/zig.mod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/deps/zig-clap/zig.mod b/src/deps/zig-clap/zig.mod deleted file mode 100644 index 00c1a690d..000000000 --- a/src/deps/zig-clap/zig.mod +++ /dev/null @@ -1,5 +0,0 @@ -id: aoe2l16htluewam6bfwvv0khsbbno8g8jd7suonifg74u7kd -name: clap -main: clap.zig -license: Unlicense -dependencies: |