Skip to content

Commit f097dc5

Browse files
committed
docs(readme): update available commands section
- Updated the available commands section in the README file with the latest information
1 parent 12e7439 commit f097dc5

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

README-zh_CN.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![](docs/soar-bar.gif)
1+
| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
2+
|------------------------|------------------------|
23

34
# laravel-soar
45

@@ -540,6 +541,26 @@ return [
540541
```
541542
</details>
542543

544+
### Artisan 命令
545+
546+
<details>
547+
<summary><b>details</b></summary>
548+
549+
```shell
550+
╰─ php artisan ─╯
551+
...
552+
Available commands:
553+
...
554+
soar
555+
soar:clear Clear the Soar log file
556+
soar:run Run Soar with the given options
557+
soar:score Get the Soar scores of the given SQL statements
558+
...
559+
```
560+
561+
![commands](docs/commands.gif)
562+
</details>
563+
543564
### Soar 实例及方法
544565

545566
<details>

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![](docs/soar-bar.gif)
1+
| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
2+
|------------------------|------------------------|
23

34
# laravel-soar
45

@@ -541,6 +542,26 @@ return [
541542
```
542543
</details>
543544

545+
### Artisan command
546+
547+
<details>
548+
<summary><b>details</b></summary>
549+
550+
```shell
551+
╰─ php artisan ─╯
552+
...
553+
Available commands:
554+
...
555+
soar
556+
soar:clear Clear the Soar log file
557+
soar:run Run Soar with the given options
558+
soar:score Get the Soar scores of the given SQL statements
559+
...
560+
```
561+
562+
![commands](docs/commands.gif)
563+
</details>
564+
544565
### Soar instance and methods
545566

546567
<details>

0 commit comments

Comments
 (0)