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 94628ba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,22 @@ return [
```
</details>

### Artisan 命令

```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)

### Soar 实例及方法

<details>
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,22 @@ return [
```
</details>

### Artisan command

```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)

### Soar instance and methods

<details>
Expand Down

0 comments on commit 94628ba

Please sign in to comment.