mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Update test that fails every time I add a new feature
This commit is contained in:
parent
bb5a2ac97b
commit
b35ee4e6e6
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ Feature: Basic profile usage
|
||||||
When I run `wp profile`
|
When I run `wp profile`
|
||||||
Then STDOUT should be:
|
Then STDOUT should be:
|
||||||
"""
|
"""
|
||||||
usage: wp profile eval <php-code> [--fields=<fields>] [--format=<format>]
|
usage: wp profile eval <php-code> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
|
||||||
or: wp profile eval-file <file> [--fields=<fields>] [--format=<format>]
|
or: wp profile eval-file <file> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
|
||||||
or: wp profile hook [<hook>] [--all] [--spotlight] [--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] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
or: wp profile stage [<stage>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue