mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
bun-run: add short/long options (#20688)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user