mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 20:03:54 +01:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
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
|
|
|