mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 15:56:16 +02:00
Add binary literals (#4680)
This commit is contained in:
18
docs/commands/complete.md
Normal file
18
docs/commands/complete.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user