mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:37:43 +02:00
fix strip trailing whitespace for make_docs script (#4597)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user