mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 15:47:38 -05:00
24 lines
349 B
Markdown
24 lines
349 B
Markdown
## envr nushell-completion
|
|
|
|
Generate custom completions for nushell
|
|
|
|
### Synopsis
|
|
|
|
At time of writing, cobra does not natively support nushell,
|
|
so a custom command had to be written
|
|
|
|
```
|
|
envr nushell-completion [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for nushell-completion
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|
|
|