mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
Merge pull request #104 from runcommand/clarify-fiels
Clarify the `--fields` argument
This commit is contained in:
commit
922bab3f77
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ wp profile stage [<stage>] [--all] [--url=<url>] [--fields=<fields>] [--format=<
|
||||||
Execute a request against a specified URL. Defaults to the home URL.
|
Execute a request against a specified URL. Defaults to the home URL.
|
||||||
|
|
||||||
[--fields=<fields>]
|
[--fields=<fields>]
|
||||||
Display one or more fields.
|
Limit the output to specific fields. Default is all fields.
|
||||||
|
|
||||||
[--format=<format>]
|
[--format=<format>]
|
||||||
Render output in a particular format.
|
Render output in a particular format.
|
||||||
|
|
|
@ -22,7 +22,7 @@ class Command {
|
||||||
* : Execute a request against a specified URL. Defaults to the home URL.
|
* : Execute a request against a specified URL. Defaults to the home URL.
|
||||||
*
|
*
|
||||||
* [--fields=<fields>]
|
* [--fields=<fields>]
|
||||||
* : Display one or more fields.
|
* : Limit the output to specific fields. Default is all fields.
|
||||||
*
|
*
|
||||||
* [--format=<format>]
|
* [--format=<format>]
|
||||||
* : Render output in a particular format.
|
* : Render output in a particular format.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue