Ryan McGuire
373581c58a
All checks were successful
Build and Publish / release (push) Successful in 1m22s
1.1 KiB
1.1 KiB
eia-client completion fish
Generate the autocompletion script for fish
Synopsis
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
eia-client completion fish | source
To load completions for every new session, execute once:
eia-client completion fish > ~/.config/fish/completions/eia-client.fish
You will need to start a new shell for this setup to take effect.
eia-client completion fish [flags]
Options
-h, --help help for fish
--no-descriptions disable completion descriptions
Options inherited from parent commands
--apiKey string API Key, or set EIA_API_KEY in environment
-L, --apiLogLevel string Log Level for EIA API Middleware, or set EIA_API_LOG_LEVEL in environment
-l, --logLevel string Log Level, or set LOG_LEVEL in environment
-t, --timeout duration Request timeout, or set EIA_API_TMOUT in environment (default 15s)
SEE ALSO
- eia-client completion - Generate the autocompletion script for the specified shell