Skip to content

Commit

Permalink
client spec: reorder args table
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Mar 12, 2019
1 parent b014249 commit cfd2839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLIENT-SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ A number of arguments MUST be supported (unless otherwise specified) if a CLI is
Argument | Required? | Meaning
--------------------|--------------------|--------------------
`-v`, `--version` | Yes | Shows the current version of the client, and the version of this specification that it implements.
`-l`, `--list` | No | Lists all the pages in the current platform to the standard output. If the special platform `all` is specified a list of all pages in all platforms MUST be displayed.
`-p`, `--platform` | Yes | Specifies the platform to be used to perform the action (either listing or searching). If this option is specified, the selected platform MUST be checked first instead of the current platform as described below.
`-u`, `--update` | Conditional | Updates the offline cache of pages. MUST be implemented if cache is supported.
`-l`, `--list` | No | Lists all the pages in the current platform to the standard output. If the special platform `all` is specified a list of all pages in all platforms MUST be displayed.

Clients MAY NOT implement the long form of an argument (`--update`, `--version`, `--list`, `--platform`).

Expand Down

0 comments on commit cfd2839

Please sign in to comment.