cli/pkg/cmd/discussion/create
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
..
create.go feat: add gh discussion create command 2026-05-06 14:52:07 -05:00
create_test.go feat: add gh discussion create command 2026-05-06 14:52:07 -05:00