Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dogstar committed Nov 23, 2022
1 parent 2f22195 commit 6f78493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Options:
### (2) 正常运行
默认接口服务使用```service```名称,缩写为```s```,如运行命令:

```
```bash
$ php ./bin/cli.php -s Site.Index --username dogstar
{"ret":200,"data":{"title":"Hello PhalApi","version":"2.0.1","time":1501079142},"msg":""}
```

### (3) 获取帮助
指定接口服务service后,即可使用 ```-h``````--help``` 参数以查看接口帮助信息,如:
```
```bash
$ php ./bin/cli.php -s Examples_CURD.Get -h
Usage: ./cli [options] [operands]
Options:
Expand Down

0 comments on commit 6f78493

Please sign in to comment.