removed --reset
This commit is contained in:
parent
94c6ade9cf
commit
ced12091df
1 changed files with 0 additions and 6 deletions
6
main.ts
6
main.ts
|
@ -14,12 +14,6 @@ const options = {
|
|||
type: "string",
|
||||
default: "dist",
|
||||
},
|
||||
reset: {
|
||||
type: "boolean",
|
||||
async run() {
|
||||
await fs.rm(args.values.db!);
|
||||
},
|
||||
},
|
||||
login: {
|
||||
type: "boolean",
|
||||
async run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue