File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Provide some useful utils for the php CLI.
1919composer require toolkit/cli-utils
2020```
2121
22- ## Parse cli arguments and options
22+ ## Parse CLI arguments and options
2323
2424``` php
2525use Toolkit\Cli\Flags;
@@ -44,7 +44,7 @@ $app = new App([
4444]);
4545```
4646
47- ### register commands
47+ ### Register commands
4848
4949Use closure:
5050
@@ -146,7 +146,7 @@ echo Color::render('hello world', 'success');
146146
147147![ colors] ( example/terminal-color.png )
148148
149- ## Cli downloader
149+ ## CLI downloader
150150
151151``` php
152152use Toolkit\Cli\Download;
@@ -158,7 +158,7 @@ $down = Download::file($url, '');
158158$down->start();
159159```
160160
161- ### progress bar output:
161+ ### Progress bar output:
162162
163163``` text
164164Connected...
@@ -170,7 +170,7 @@ Mime-type: application/octet-stream
170170[========================================> ] 40% (3076/7590 kb)
171171```
172172
173- ### progress text output:
173+ ### Progress text output:
174174
175175``` text
176176Download: http://no2.php.net/distributions/php-7.2.5.tar.bz2
You can’t perform that action at this time.
0 commit comments