docs(discussion view): use non-default behaviour in example
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
9f3a31ddb3
commit
49a846aa1a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue