Comparing version 1.0.1-test.1 to 1.0.1-test.2
{ | ||
"type": "module", | ||
"name": "bun-repl", | ||
"version": "1.0.1-test.1", | ||
"version": "1.0.1-test.2", | ||
"description": "Experimental unofficial REPL for Bun", | ||
@@ -37,4 +37,4 @@ "main": "src/repl.ts", | ||
"repl": "./bun-repl-cli.sh", | ||
"bun-repl": "./bun-repl-cli.sh" | ||
"bun-repl": "./bun-repl-cli2.sh" | ||
} | ||
} |
@@ -17,6 +17,8 @@ # bun-repl [![GitHub version][github-image]][github-url] [![GitHub code size in bytes][size-image]][github-url] [![license][license-image]][license-url] | ||
```sh | ||
bun run repl | ||
bun run repl [options] | ||
# or | ||
bun-repl | ||
bun-repl [options] | ||
``` | ||
Pass the `-h` or `--help` CLI option for a list of all options. | ||
Type `.help` within the REPL for a list of commands. | ||
@@ -23,0 +25,0 @@ |
91635
15
61