cli/pkg/cmd/discussion/view
Babak K. Shandiz 56db9ee6e9
feat(gh discussion view): add --replies flag for paginated reply viewing
Add --replies <COMMENT-ID> flag to view paginated replies on a specific
discussion comment. Mutually exclusive with --comments and --web. Works
with --limit, --after, and --order for pagination control. Supports TTY,
raw, and JSON output modes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-27 10:58:06 +01:00
..
view.go feat(gh discussion view): add --replies flag for paginated reply viewing 2026-04-27 10:58:06 +01:00
view_test.go fix(discussion view): use GraphQL variables for cursor, fix --json comments 2026-04-25 12:19:04 -05:00