Shell completions
Shell completions can be generated using i18nhero completions <SHELL>
.
Generate shell completions
Usage: i18nhero completions <SHELL>
Arguments:
<SHELL> [possible values: bash, elvish, fish, powershell, zsh]
Options:
-h, --help Print help
-V, --version Print version
Bash
Add the following to your .bashrc
.
eval "$(i18nhero completions bash)"
Bash
Add the following to your .zshrc
.
eval "$(i18nhero completions zsh)"
Fish
Add the following to ~/.config/fish/config.fish
.
i18nhero completions fish | source
PowerShell
Add the following to your PowerShell configuration (Can be found by running $PROFILE
).
Invoke-Expression (&i18nhero completions powershell)
Elvish
Add the following to ~/.elvish/rc.elv
.
eval (i18nhero completions elvish)