cli/pkg/cmd/discussion
Max Beizer e471f3f8f1
feat: add gh discussion create command
Implements the 'gh discussion create' CLI command, wiring up the
already-merged Create client method. Supports:
- --title/-t, --body/-b, --category/-c, --label/-l flags
- Interactive prompting when TTY and required flags are missing
- Non-TTY mode requiring all flags
- TTY and non-TTY output formats

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-06 14:52:07 -05:00
..
client test(discussion/client): add label pagination and early-break tests 2026-05-05 12:46:53 +01:00
create feat: add gh discussion create command 2026-05-06 14:52:07 -05:00
list fix(discussion list): include search keywords in web mode 2026-04-14 15:07:32 +01:00
shared feat(discussion view): add cursor-based pagination to comments 2026-04-24 23:50:04 +01:00
view test(discussion view): consolidate view run tests 2026-04-29 13:05:21 +01:00
discussion.go feat: add gh discussion create command 2026-05-06 14:52:07 -05:00