mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 06:08:51 +02:00
@ -14,3 +14,10 @@ Define a signature for an external command
|
||||
|
||||
- `def_name`: definition name
|
||||
- `params`: parameters
|
||||
|
||||
## Examples
|
||||
|
||||
Write a signature for an external command
|
||||
```shell
|
||||
> extern echo [text: string]
|
||||
```
|
||||
|
Reference in New Issue
Block a user