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

@ -15,3 +15,10 @@ Runs external command
- `...rest`: external command to run
- `--redirect-stdout`: redirect-stdout
- `--redirect-stderr`: redirect-stderr
## Examples
Run an external command
```shell
> run-external "echo" "-n" "hello"
```