Merge pull request #3183 from kidonng/patch-1

Fix a typo in gh api's help text
This commit is contained in:
Mislav Marohnić 2021-03-08 15:28:47 +01:00 committed by GitHub
commit b8937e46df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \