Skip to content

Commit

Permalink
Update CLIENT-SPECIFICATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Jan 31, 2025
1 parent ac65d9d commit 9a35787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLIENT-SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Option | Required? | Meaning
`-u`, `--update` | Conditional | Updates the offline cache of pages. MUST be implemented if caching is supported.
`-l`, `--list` | No | Lists all the pages in the current platform to the standard output.
`-L`, `--language` | No | Specifies the preferred language for the page returned. Overrides other language detection mechanisms. See the [language section](#language) for more information.
`-S`, `--shortform`| No | If set, will filter {{[*|*]}} patterns in examples to show their shortform option (first element).
`-V`, `--longform` | No | If set, will filter {{[*|*]}} patterns in examples to show their longform option (second element).
`-o`, `--shortform`| No | If set, will filter {{[*|*]}} patterns in examples to show their shortform option (first element).
`-O`, `--longform` | No | If set, will filter {{[*|*]}} patterns in examples to show their longform option (second element).

By default clients SHOULD display only the longform option when neither `--shortform` or `--longform` is set by the user. If both are provided, both patterns should be displayed separated by a `|`.

Expand Down

0 comments on commit 9a35787

Please sign in to comment.