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 a20c6d1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,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
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,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 a20c6d1

Please sign in to comment.