Merge pull request #3183 from kidonng/patch-1
Fix a typo in gh api's help text
This commit is contained in:
commit
b8937e46df
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ func NewCmdApi(f *cmdutil.Factory, runF func(*ApiOptions) error) *cobra.Command
|
|||
$ gh api --preview baptiste,nebula ...
|
||||
|
||||
# print only specific fields from the response
|
||||
$ gh api repos/:owner/:repo/issues --filter '.[].title'
|
||||
$ gh api repos/:owner/:repo/issues --jq '.[].title'
|
||||
|
||||
# use a template for the output
|
||||
$ gh api repos/:owner/:repo/issues --template \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue