Add --version and --help
This commit is contained in:
parent
38b1e14b5c
commit
d141fe1d36
4 changed files with 141 additions and 16 deletions
|
@ -28,12 +28,14 @@
|
|||
"author": "Marko Korhonen <marko@korhonen.cc>",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/yargs": "^17.0.31",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"dayjs": "^1.11.10"
|
||||
"dayjs": "^1.11.10",
|
||||
"yargs": "^17.7.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue