diff --git a/README-CN.md b/README-CN.md index 8bd2c09..85b4a6c 100644 --- a/README-CN.md +++ b/README-CN.md @@ -66,5 +66,6 @@ Box 需要一个 Github 访问令牌来请求 Github API,以检索包的版本 - `box reverse-proxy -u ` 启动一个反向代理 HTTP 服务器,用于将 HTTP 请求转发到指定的多个上游服务器 - `box php ` 通过当前 box 的 PHP 版本运行任何 PHP 命令 - `box composer `通过当前 box 的 PHP 版本运行任何 Composer 命令,composer bin 的版本取决于最后执行的`get composer`命令 -- `box php-cs-fixer ` 通过当前 box 的 PHP 版本运行任何 php-cs-fixer 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令 +- `box php-cs-fixer ` 通过当前 box 的 PHP 版本运行任何 `php-cs-fixer` 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令 +- `box cs-fix ` 通过当前 box 的 PHP 版本运行 `php-cs-fixer fix` 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令 - `box version` 输出当前 box bin 的版本号 diff --git a/README.md b/README.md index be36e83..c523222 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,5 @@ Box needs a Github Access Token to request github api, to retrieve the versions - `box php ` to run any PHP command via current PHP version of box - `box composer ` to run any Composer command via box, the version of the composer bin depends on the last executed `get composer` command - `box php-cs-fixer ` to run any php-cs-fixer command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command +- `box cs-fix ` to run `php-cs-fix fix` command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command - `box version` to dump the current version of the box bin