feat: add version flag to CLI, enhance error handling for stdin and argument parsing
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
"rand": "./index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun build ./index.ts --compile --outfile dist/rand"
|
||||
"build": "bun build ./index.ts --compile --outfile dist/rand",
|
||||
"test": "bun test"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user