We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a15cb commit 5f47f7eCopy full SHA for 5f47f7e
src/lib/dev-environment/dev-environment-cli.ts
@@ -976,7 +976,7 @@ export function addDevEnvConfigurationOptions( command: Args ): Args {
976
return command
977
.option(
978
'wordpress',
979
- 'Manage the version of WordPress. Accepts a string value for major versions (6.x). Defaults to the most recent version of WordPress.',
+ 'Manage the version of WordPress. Accepts a string value for major versions (6.x) or "latest" (default).',
980
undefined,
981
processVersionOption
982
)
0 commit comments