fix strip trailing whitespace for make_docs script (#4597)

This commit is contained in:
Justin Ma
2022-02-22 21:11:46 +08:00
committed by GitHub
parent 3e8a41fbc9
commit b448d1dbe1
9 changed files with 29 additions and 14 deletions

View File

@ -8,9 +8,10 @@ Runs external command
## Signature
```> run-external ...rest --last-expression```
```> run-external ...rest --redirect-stdout --redirect-stderr```
## Parameters
- `...rest`: external command to run
- `--last-expression`: last-expression
- `--redirect-stdout`: redirect-stdout
- `--redirect-stderr`: redirect-stderr