Skip to content

Commit 3a9df73

Browse files
committed
fix: args parser
1 parent e085930 commit 3a9df73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1856,9 +1856,18 @@ export function getConfig(): Config {
18561856
"from-block": {
18571857
type: "string",
18581858
},
1859+
"drop-chain-db": {
1860+
type: "boolean",
1861+
},
1862+
"drop-ipfs-db": {
1863+
type: "boolean",
1864+
},
18591865
"drop-db": {
18601866
type: "boolean",
18611867
},
1868+
"drop-price-db": {
1869+
type: "boolean",
1870+
},
18621871
"rm-cache": {
18631872
type: "boolean",
18641873
},

0 commit comments

Comments
 (0)