@staff0rd/assist 0.77.0 → 0.78.0
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 +1 -1
- package/dist/commands/backlog/web/bundle.js +23 -23
- package/dist/index.js +52 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ After installation, the `assist` command will be available globally.
|
|
|
57
57
|
- `assist backlog` - Start the backlog web UI (same as `backlog web`)
|
|
58
58
|
- `assist backlog init` - Create an empty assist.backlog.yml
|
|
59
59
|
- `assist backlog list [--status <type>] [-v]` - List all backlog items with status icons
|
|
60
|
-
- `assist backlog add` - Add a new backlog item interactively
|
|
60
|
+
- `assist backlog add` - Add a new backlog item interactively (prompts for type: story/bug)
|
|
61
61
|
- `assist backlog start <id>` - Set a backlog item to in-progress
|
|
62
62
|
- `assist backlog done <id>` - Set a backlog item to done
|
|
63
63
|
- `assist backlog delete <id>` - Delete a backlog item
|