mirror of
https://github.com/nushell/nushell
synced 2025-01-04 09:18:57 +00:00
c0a1d18e3d
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
16 lines
241 B
Markdown
16 lines
241 B
Markdown
---
|
|
title: run-external
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Runs external command
|
|
|
|
## Signature
|
|
|
|
```> run-external ...rest --last-expression```
|
|
|
|
## Parameters
|
|
|
|
- `...rest`: external command to run
|
|
- `--last-expression`: last-expression
|