get project names from config
This commit is contained in:
parent
46d19c9682
commit
835320908a
|
|
@ -163,7 +163,7 @@ export async function runWatchModeLoop(configLocation: ConfigLocation, initialOp
|
|||
type: 'multiselect',
|
||||
name: 'selectedProjects',
|
||||
message: 'Select projects',
|
||||
choices: teleSuiteUpdater.rootSuite!.suites.map(s => s.title),
|
||||
choices: teleSuiteUpdater.config!.projects.map(s => s.name),
|
||||
}).catch(() => ({ selectedProjects: null }));
|
||||
if (!selectedProjects)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue