nushell/docs/commands/complete.md

19 lines
238 B
Markdown
Raw Normal View History

2022-03-01 00:31:53 +01:00
---
title: complete
layout: command
version: 0.59.0
---
Complete the external piped in, collecting outputs and exit code
## Signature
```> complete ```
## Examples
Run the external completion
```shell
> ^external arg1 | complete
```