Fix some examples and regenerate docs, should fix: #4455 (#4639)

This commit is contained in:
Justin Ma
2022-02-25 21:14:15 +08:00
committed by GitHub
parent 2126bef052
commit e6570b41ca
7 changed files with 25 additions and 4 deletions

View File

@ -14,3 +14,10 @@ Define a signature for an external command
- `def_name`: definition name
- `params`: parameters
## Examples
Write a signature for an external command
```shell
> extern echo [text: string]
```