mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-26 12:37:22 +08:00
38 lines
575 B
Text
38 lines
575 B
Text
# {{full_name}}
|
|
|
|
{{phpdoc.short_description}}
|
|
|
|
{{#phpdoc.long_description}}
|
|
|
|
***
|
|
|
|
## Usage
|
|
|
|
{{{phpdoc.long_description}}}
|
|
|
|
{{/phpdoc.long_description}}
|
|
|
|
*Behat steps documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.*
|
|
|
|
{{#has_related}}
|
|
|
|
***
|
|
|
|
## Related
|
|
|
|
<ul>
|
|
|
|
{{/has_related}}
|
|
|
|
{{#related}}
|
|
|
|
<li><strong><a href="https://make.wordpress.org/cli/handbook/behat-steps/{{api_slug}}/">{{full_name}}</a></strong> - {{phpdoc.short_description}}</li>
|
|
|
|
{{/related}}
|
|
|
|
{{#has_related}}
|
|
|
|
</ul>
|
|
|
|
{{/has_related}}
|
|
|