Add 'bd comment' as alias for 'bd comments add' (bd-d3f0)
Implements a shorter, more natural syntax for adding comments to issues. Users can now use 'bd comment <issue-id> <text>' instead of the more verbose 'bd comments add <issue-id> <text>'. Changes: - cmd/bd/comments.go: Add commentCmd as top-level alias - cmd/bd/comments_test.go: Add TestCommentAlias for verification - commands/comments.md: Document the new shortcut The alias delegates to the existing commentsAddCmd implementation, ensuring all functionality (--file, --author flags) works identically. Backwards compatibility is maintained - 'bd comments add' continues to work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user