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 that participates in the environment and export it from
|
||||
- `params`: parameters
|
||||
- `block`: body of the definition
|
||||
|
||||
## Examples
|
||||
|
||||
Define a custom command that participates in the environment in a module and call it
|
||||
```shell
|
||||
> module foo { export def-env bar [] { let-env FOO_BAR = "BAZ" } }; use foo bar; bar; $env.FOO_BAR
|
||||
```
|
||||
|
Reference in New Issue
Block a user