We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65b7e commit c131432Copy full SHA for c131432
commands-cookbook.md
@@ -45,7 +45,7 @@ WP-CLI also has a [series of global arguments](https://make.wordpress.org/cli/ha
45
46
### Required registration arguments
47
48
-When registering a command, `WP_CLI::add_command()` requires two arguments::
+When registering a command, `WP_CLI::add_command()` requires two arguments:
49
50
1. `$name` is the command's name within WP-CLI's namespace (e.g. `plugin install` or `post list`).
51
2. `$callable` is the implementation of the command, as a callable class, function, or closure.
0 commit comments