Skip to content

Commit

Permalink
fix: args parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Sep 11, 2024
1 parent e085930 commit 3a9df73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1856,9 +1856,18 @@ export function getConfig(): Config {
"from-block": {
type: "string",
},
"drop-chain-db": {
type: "boolean",
},
"drop-ipfs-db": {
type: "boolean",
},
"drop-db": {
type: "boolean",
},
"drop-price-db": {
type: "boolean",
},
"rm-cache": {
type: "boolean",
},
Expand Down

0 comments on commit 3a9df73

Please sign in to comment.