Files
claude-task-master/.changeset/brave-doors-open.md
Eyal Toledano 8ad1749036 fix(commands): implement manual creation mode for add-task command
- Add support for --title/-t and --description/-d flags in add-task command
- Fix validation for manual creation mode (title + description)
- Implement proper testing for both prompt and manual creation modes
- Update testing documentation with Commander.js testing best practices
- Add guidance on handling variable hoisting and module initialization issues

Changeset: brave-doors-open.md
2025-04-09 18:18:13 -04:00

6 lines
120 B
Markdown

---
'task-master-ai': patch
---
Ensures add-task also has manual creation flags like --title/-t, --description/-d etc.