forked from extern/nushell
18 lines
242 B
Markdown
18 lines
242 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
|
||
|
|