mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
CLI flags (#6395)
* WIP * WIP * Improve helptext * WIP * WIP * WIP * WIP * Clean up, implement warn_on_unrecognized_flag * Fix struct * Tweaks * Fix bunx test * Address reviews * Init and create * Updates * bunx * Tweaks * Lockfile * tweak * tweak * tweak * tweak * Remove comments * Add back origin and port * Remove logging * Updates * fmt * fix rebasing mistakes * bruh * expose node builtins for -e * add tests and fix it on windows * a * lol * okay * finish things up * Update src/deps/zig-clap/clap/streaming.zig Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> --------- Co-authored-by: dave caruso <me@paperdave.net> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
2
.vscode/launch.json
generated
vendored
2
.vscode/launch.json
generated
vendored
@@ -124,7 +124,7 @@
|
||||
"request": "launch",
|
||||
"name": "bun run [file]",
|
||||
"program": "bun-debug",
|
||||
"args": ["run", "${file}", "${file}"],
|
||||
"args": ["run", "${file}"],
|
||||
"cwd": "${fileDirname}",
|
||||
"env": {
|
||||
"FORCE_COLOR": "1",
|
||||
|
||||
Reference in New Issue
Block a user