MCPcopy
hub / github.com/afar1/fieldtheory-cli / parseRepoList

Function parseRepoList

src/possible-wizard.ts:465–467  ·  view source on GitHub ↗
(answer: string)

Source from the content-addressed store, hash-verified

463
464/** Split a space-separated repo list into a trimmed, non-empty string array. */
465export function parseRepoList(answer: string): string[] {
466 return answer.split(/\s+/).map((s) => s.trim()).filter((s) => s.length > 0);
467}

Callers 2

stepPickReposFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected