docs(discussion view): use non-default behaviour in example

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-04-27 08:45:43 +01:00
parent 9f3a31ddb3
commit 49a846aa1a
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -115,8 +115,8 @@ func NewCmdView(f *cmdutil.Factory, runF func(*ViewOptions) error) *cobra.Comman
# View with comments
$ gh discussion view 123 --comments
# View with newest comments first
$ gh discussion view 123 --comments --order newest
# View with oldest comments first
$ gh discussion view 123 --comments --order oldest
# Limit to 10 comments
$ gh discussion view 123 --comments --limit 10