Fix --tasks to --num-tasks in ui (#328)

This commit is contained in:
itsgreyum
2025-04-26 10:26:08 -07:00
committed by GitHub
parent 1b36c0b874
commit d1f12f93f5
3 changed files with 9 additions and 4 deletions

View File

@@ -393,7 +393,7 @@ function displayHelp() {
commands: [
{
name: 'parse-prd',
args: '--input=<file.txt> [--tasks=10]',
args: '--input=<file.txt> [--num-tasks=10]',
desc: 'Generate tasks from a PRD document'
},
{