mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 18:03:32 -04:00
29 lines
332 B
Markdown
29 lines
332 B
Markdown
## envr completion
|
|
|
|
Generate shell completion scripts
|
|
|
|
### Synopsis
|
|
|
|
Supported shells:
|
|
|
|
nushell
|
|
bash
|
|
|
|
```
|
|
envr completion <shell> [flags]
|
|
```
|
|
|
|
**Arguments:**
|
|
|
|
* `shell` — Shell to generate completions for
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help show this documentation
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [envr](envr.md) - Manage your .env files.
|