Skip to content

Commit

Permalink
docs(readme): update available commands section
Browse files Browse the repository at this point in the history
- Updated the available commands section in the README file with the latest information
  • Loading branch information
guanguans committed Jun 11, 2024
1 parent 12e7439 commit f097dc5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
23 changes: 22 additions & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![](docs/soar-bar.gif)
| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
|------------------------|------------------------|

# laravel-soar

Expand Down Expand Up @@ -540,6 +541,26 @@ return [
```
</details>

### Artisan 命令

<details>
<summary><b>details</b></summary>

```shell
╰─ php artisan ─╯
...
Available commands:
...
soar
soar:clear Clear the Soar log file
soar:run Run Soar with the given options
soar:score Get the Soar scores of the given SQL statements
...
```

![commands](docs/commands.gif)
</details>

### Soar 实例及方法

<details>
Expand Down
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![](docs/soar-bar.gif)
| ![](docs/soar-bar.gif) | ![](docs/commands.gif) |
|------------------------|------------------------|

# laravel-soar

Expand Down Expand Up @@ -541,6 +542,26 @@ return [
```
</details>

### Artisan command

<details>
<summary><b>details</b></summary>

```shell
╰─ php artisan ─╯
...
Available commands:
...
soar
soar:clear Clear the Soar log file
soar:run Run Soar with the given options
soar:score Get the Soar scores of the given SQL statements
...
```

![commands](docs/commands.gif)
</details>

### Soar instance and methods

<details>
Expand Down

0 comments on commit f097dc5

Please sign in to comment.