Skip to content
Merged

Fix typo #28745

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ For example, to create an issue programmatically, specify the title and body:
gh issue create --title "My Title" --body "Issue description"
```

### Fetching data programatically
### Fetching data programmatically

Many core commands support the `--json` flag for fetching data programatically. For example, to return a JSON object listing the number, title, and mergeability status of pull requests:
Many core commands support the `--json` flag for fetching data programmatically. For example, to return a JSON object listing the number, title, and mergeability status of pull requests:

```shell
gh pr list --json number,title,mergeStateStatus
Expand Down