chore: added flag additions for minimizing logs

This commit is contained in:
Khaushik-keygraph
2025-12-09 23:59:12 +05:30
parent c664000458
commit 38e49eb1eb
2 changed files with 14 additions and 3 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ export function showHelp() {
console.log(chalk.yellow.bold('OPTIONS:'));
console.log(' --config <file> YAML configuration file for authentication and testing parameters');
console.log(' --pipeline-testing Use minimal prompts for fast pipeline testing (creates minimal deliverables)\n');
console.log(' --pipeline-testing Use minimal prompts for fast pipeline testing (creates minimal deliverables)');
console.log(' --disable-loader Disable the animated progress loader (useful when logs interfere with spinner)\n');
console.log(chalk.yellow.bold('DEVELOPER COMMANDS:'));
console.log(' --run-phase Run all agents in a phase (parallel execution for 5x speedup)');