diff --git a/cmd/bd/prime.go b/cmd/bd/prime.go index c097b096..e987768f 100644 --- a/cmd/bd/prime.go +++ b/cmd/bd/prime.go @@ -236,7 +236,8 @@ bd sync # Push to remote - ` + "`bd show `" + ` - Detailed issue view with dependencies ### Creating & Updating -- ` + "`bd create --title=\"...\" --type=task|bug|feature`" + ` - New issue +- ` + "`bd create --title=\"...\" --type=task|bug|feature --priority=2`" + ` - New issue + - Priority: 0-4 or P0-P4 (0=critical, 2=medium, 4=backlog). NOT "high"/"medium"/"low" - ` + "`bd update --status=in_progress`" + ` - Claim work - ` + "`bd update --assignee=username`" + ` - Assign to someone - ` + "`bd close `" + ` - Mark complete