Skip to content

Commit ffb4285

Browse files
authored
Merge pull request #46 from adhocore/develop
refactor: remove sc folder and update readme with imgur link
2 parents 269fea1 + 7b4481c commit ffb4285

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $command->depth; // 5
8484
It can be triggered manually with `$command->showHelp()` or automatic when `-h` or `--help` option is passed to `$command->parse()`.
8585

8686
For above example, the output would be:
87-
![Command Help](./sc/command-help.png "Command Help")
87+
![Command Help](https://i.imgur.com/TDAQrN3.png "Command Help")
8888

8989
#### Command version
9090

@@ -221,7 +221,7 @@ It can be triggered manually with `$app->showHelp()` or automatic when `-h` or `
221221
**Note** If you pass something like `['app', cmd', '-h']` to `$app->parse()` it will automatically and instantly show you help of that `cmd` and not the `$app`.
222222

223223
For above example, the output would be:
224-
![App Help](./sc/app-help.png "App Help")
224+
![App Help](https://i.imgur.com/NpzpsS0.png "App Help")
225225

226226
#### App version
227227

sc/app-help.png

-18 KB
Binary file not shown.

sc/command-help.png

-56 KB
Binary file not shown.

0 commit comments

Comments
 (0)