fnox completion
- Usage:
fnox completion <SHELL>
Generate shell completions
Arguments
<SHELL>— Shell type to generate completions for
Flags
-h --help— Print help
Examples
Generate completions for the named shell. Install or source the output according to that shell’s completion setup; generating it alone does not change your shell.
sh
fnox completion bash > fnox.bash
fnox completion zsh > _fnoxRelated
- Shell integration
- Global options, including profile selection and non-interactive mode.