Skip to content

Commit bbf6372

Browse files
committed
Clarify --jq skill command exception in docs
1 parent 2d64393 commit bbf6372

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/skills/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ All commands support these global flags unless noted otherwise:
123123
| `--token TOKEN` | API access token |
124124
| `--profile NAME` | Named profile (for multi-account users) |
125125
| `--api-url URL` | API base URL (default: https://app.fizzy.do) |
126-
| `--jq EXPR` | Built-in jq filter for machine-readable JSON output (no external jq required; implies --json, or filters raw data with --quiet/--agent; unsupported on `completion`, `setup`, `skill`, and `version` with a jq-specific usage error; incompatible with --styled, --markdown, --ids-only, and --count) |
126+
| `--jq EXPR` | Built-in jq filter for machine-readable JSON output (no external jq required; implies --json, or filters raw data with --quiet/--agent; unsupported on `completion`, `setup`, top-level `skill`, and `version` with a jq-specific usage error; incompatible with --styled, --markdown, --ids-only, and --count) |
127127
| `--json` | JSON envelope output |
128128
| `--quiet` | Raw JSON data without envelope |
129129
| `--styled` | Human-readable styled output (tables, colors) |

skills/fizzy/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ All commands support these global flags unless noted otherwise:
123123
| `--token TOKEN` | API access token |
124124
| `--profile NAME` | Named profile (for multi-account users) |
125125
| `--api-url URL` | API base URL (default: https://app.fizzy.do) |
126-
| `--jq EXPR` | Built-in jq filter for machine-readable JSON output (no external jq required; implies --json, or filters raw data with --quiet/--agent; unsupported on `completion`, `setup`, `skill`, and `version` with a jq-specific usage error; incompatible with --styled, --markdown, --ids-only, and --count) |
126+
| `--jq EXPR` | Built-in jq filter for machine-readable JSON output (no external jq required; implies --json, or filters raw data with --quiet/--agent; unsupported on `completion`, `setup`, top-level `skill`, and `version` with a jq-specific usage error; incompatible with --styled, --markdown, --ids-only, and --count) |
127127
| `--json` | JSON envelope output |
128128
| `--quiet` | Raw JSON data without envelope |
129129
| `--styled` | Human-readable styled output (tables, colors) |

0 commit comments

Comments
 (0)