mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:45:56 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
17
docs/commands/extern.md
Normal file
17
docs/commands/extern.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: extern
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Define a signature for an external command
|
||||
|
||||
## Signature
|
||||
|
||||
```> extern (def_name) (params)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `def_name`: definition name
|
||||
- `params`: parameters
|
||||
|
Reference in New Issue
Block a user