Make WordPress Core

Changeset 53878 for trunk/README.md


Ignore:
Timestamp:
08/11/2022 02:09:04 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r50697 r53878  
    5252
    5353```
    54 npm run env:cli <command>
     54npm run env:cli -- <command>
    5555```
    5656
    57 WP-CLI has a lot of [useful commands](https://developer.wordpress.org/cli/commands/) you can use to work on your WordPress site. Where the documentation mentions running `wp`, run `npm run env:cli` instead. For example:
     57WP-CLI has [many useful commands](https://developer.wordpress.org/cli/commands/) you can use to work on your WordPress site. Where the documentation mentions running `wp`, run `npm run env:cli --` instead. For example:
    5858
    5959```
    60 npm run env:cli help
     60npm run env:cli -- help
    6161```
    6262
Note: See TracChangeset for help on using the changeset viewer.