@we-scrum/cli 6.9.2 → 6.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,8 +52,8 @@ Gets the next pending task (status: ToDo) for a story, including its description
52
52
  If the next task is paused by an automation breakpoint, this command stops and reports the pause instead of returning task details — see [Automation breakpoints](#automation-breakpoints) below.
53
53
 
54
54
  ```bash
55
- we-scrum start-task --identificationNumber <id> --taskId <taskId> # Mark a specific task as in progress
56
- we-scrum complete-task --identificationNumber <id> --taskId <taskId> # Mark the current in-progress task as done
55
+ we-scrum start-task --identificationNumber <id> --changeId <changeId> # Mark a specific task as in progress
56
+ we-scrum complete-task --identificationNumber <id> --changeId <changeId> # Mark the current in-progress task as done
57
57
  ```
58
58
 
59
59
  ### Automation breakpoints