mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-26 14:15:38 +00:00
fix: npx hanging commands
This commit is contained in:
parent
5dc4043577
commit
2cf322ee0d
@ -93,6 +93,7 @@ program
|
||||
const agents = await builder.resolver.listAgents();
|
||||
console.log('Available agents:');
|
||||
agents.forEach(agent => console.log(` - ${agent}`));
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
program
|
||||
@ -103,6 +104,7 @@ program
|
||||
const expansions = await builder.listExpansionPacks();
|
||||
console.log('Available expansion packs:');
|
||||
expansions.forEach(expansion => console.log(` - ${expansion}`));
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
program
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user