Skip to content

Commit 5bfc731

Browse files
committed
Update box cs-fix command desc
1 parent fb6816b commit 5bfc731

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ Box 需要一个 Github 访问令牌来请求 Github API,以检索包的版本
6666
- `box reverse-proxy -u <upsteamHost:upstreamPort>` 启动一个反向代理 HTTP 服务器,用于将 HTTP 请求转发到指定的多个上游服务器
6767
- `box php <argument>` 通过当前 box 的 PHP 版本运行任何 PHP 命令
6868
- `box composer <argument>`通过当前 box 的 PHP 版本运行任何 Composer 命令,composer bin 的版本取决于最后执行的`get composer`命令
69-
- `box php-cs-fixer <argument>` 通过当前 box 的 PHP 版本运行任何 php-cs-fixer 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令
69+
- `box php-cs-fixer <argument>` 通过当前 box 的 PHP 版本运行任何 `php-cs-fixer` 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令
70+
- `box cs-fix <argument>` 通过当前 box 的 PHP 版本运行 `php-cs-fixer fix` 命令,composer bin 的版本取决于最后执行的 `get php-cs-fixer` 命令
7071
- `box version` 输出当前 box bin 的版本号

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ Box needs a Github Access Token to request github api, to retrieve the versions
6767
- `box php <argument>` to run any PHP command via current PHP version of box
6868
- `box composer <argument>` to run any Composer command via box, the version of the composer bin depends on the last executed `get composer` command
6969
- `box php-cs-fixer <argument>` 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
70+
- `box cs-fix <argument>` 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
7071
- `box version` to dump the current version of the box bin

0 commit comments

Comments
 (0)