|
|
@ -18,7 +18,7 @@ program |
|
|
|
.option('-d, --database <n>', 'database schema name') |
|
|
|
.option('-d, --database <n>', 'database schema name') |
|
|
|
.option('-n, --portNumber <n>', 'port number for app / 3000 by default') |
|
|
|
.option('-n, --portNumber <n>', 'port number for app / 3000 by default') |
|
|
|
.option('-s, --storageFolder <n>', 'storage folder / current working dir by default / available only with local') |
|
|
|
.option('-s, --storageFolder <n>', 'storage folder / current working dir by default / available only with local') |
|
|
|
.option('-i, --ignoreTables <n>', 'comma separated table names to ignore',list) |
|
|
|
.option('-i, --ignoreTables <n>', 'comma separated table names to ignore') |
|
|
|
.parse(process.argv) |
|
|
|
.parse(process.argv) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|