forked from extern/nushell
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -16,3 +16,9 @@ Define a custom command, which participates in the caller environment
|
||||
- `params`: parameters
|
||||
- `block`: body of the definition
|
||||
|
||||
## Examples
|
||||
|
||||
Set environment variable by call a custom command
|
||||
```shell
|
||||
> def-env foo [] { let-env BAR = "BAZ" }; foo; $env.BAR
|
||||
```
|
||||
|
Reference in New Issue
Block a user