mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-20 06:30:55 +08:00
Assert --spotlight
as an available flag
This commit is contained in:
parent
c95664f0b6
commit
e65473afd7
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ Feature: Basic profile usage
|
||||||
"""
|
"""
|
||||||
usage: wp profile eval <php-code> [--fields=<fields>] [--format=<format>]
|
usage: wp profile eval <php-code> [--fields=<fields>] [--format=<format>]
|
||||||
or: wp profile eval-file <file> [--fields=<fields>] [--format=<format>]
|
or: wp profile eval-file <file> [--fields=<fields>] [--format=<format>]
|
||||||
or: wp profile hook [<hook>] [--all] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
or: wp profile hook [<hook>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
||||||
or: wp profile stage [<stage>] [--all] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
or: wp profile stage [<stage>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
||||||
|
|
||||||
See 'wp help profile <command>' for more information on a specific command.
|
See 'wp help profile <command>' for more information on a specific command.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue