bun-run: add short/long options (#20688)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2026-01-11 17:47:07 +02:00
committed by GitHub
parent 64bde4af83
commit 36f4763964
+1 -1
View File
@@ -17,4 +17,4 @@
- Run a file using a specific configuration file:
`bun run --config {{path/to/bunfig.toml}} {{path/to/file.ts}}`
`bun run {{[-c|--config]}} {{path/to/bunfig.toml}} {{path/to/file.ts}}`