We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03dcc8 commit fd29f1bCopy full SHA for fd29f1b
1 file changed
features/profile.feature
@@ -6,8 +6,8 @@ Feature: Basic profile usage
6
When I run `wp profile`
7
Then STDOUT should be:
8
"""
9
- usage: wp profile eval <php-code> [--fields=<fields>] [--format=<format>]
10
- or: wp profile eval-file <file> [--fields=<fields>] [--format=<format>]
+ usage: wp profile eval <php-code> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
+ or: wp profile eval-file <file> [--hook[=<hook>]] [--fields=<fields>] [--format=<format>]
11
or: wp profile hook [<hook>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
12
or: wp profile stage [<stage>] [--all] [--spotlight] [--url=<url>] [--fields=<fields>] [--format=<format>]
13
0 commit comments