Change to using a single input
This commit is contained in:
parent
1d92118146
commit
e9b47b1898
37 changed files with 173 additions and 112 deletions
|
|
@ -42,6 +42,7 @@ export async function initConfig(
|
|||
languagesInput: string | undefined,
|
||||
queriesInput: string | undefined,
|
||||
packsInput: string | undefined,
|
||||
registriesInput: string | undefined,
|
||||
configFile: string | undefined,
|
||||
dbLocation: string | undefined,
|
||||
trapCachingEnabled: boolean,
|
||||
|
|
@ -62,6 +63,7 @@ export async function initConfig(
|
|||
languagesInput,
|
||||
queriesInput,
|
||||
packsInput,
|
||||
registriesInput,
|
||||
configFile,
|
||||
dbLocation,
|
||||
trapCachingEnabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue