mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-06-03 14:08:06 +02:00
chore: added flag additions for minimizing logs
This commit is contained in:
+2
-1
@@ -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)');
|
||||
|
||||
Reference in New Issue
Block a user