Skip to content

Commit 573d3c1

Browse files
author
Sushil Gupta
committed
refactor: remove sc folder and update readme with imgur link
1 parent f390b6b commit 573d3c1

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
@@ -82,7 +82,7 @@ $command->depth; // 5
8282
It can be triggered manually with `$command->showHelp()` or automatic when `-h` or `--help` option is passed to `$command->parse()`.
8383

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

8787
#### Command version
8888

@@ -219,7 +219,7 @@ It can be triggered manually with `$app->showHelp()` or automatic when `-h` or `
219219
**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`.
220220

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

224224
#### App version
225225

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)