From 49a846aa1ac75d936dc913d72e12b3e768218a75 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 27 Apr 2026 08:45:43 +0100 Subject: [PATCH] docs(discussion view): use non-default behaviour in example Signed-off-by: Babak K. Shandiz --- pkg/cmd/discussion/view/view.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/discussion/view/view.go b/pkg/cmd/discussion/view/view.go index 97220e0f2..27da3f1e7 100644 --- a/pkg/cmd/discussion/view/view.go +++ b/pkg/cmd/discussion/view/view.go @@ -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