fused completion
Print or install shell tab completion for the fused CLI.
fused completion [SUBCOMMAND] [OPTIONS]
Subcommands
| Subcommand | Description |
|---|---|
install | Append a one-liner to ~/.bashrc or ~/.zshrc, or write fish's completion file. |
print | Print a completion script suitable for eval or for fish's completions directory. |
fused completion install
Append a one-liner to ~/.bashrc or ~/.zshrc, or write fish's completion file.
fused completion install [OPTIONS]
Options
| Flag | Description |
|---|---|
--shell [auto|bash|zsh|fish] | Target shell (default: infer from $SHELL). (default: auto) |
--dry-run | Show actions without writing files. |
--yes, -y | Do not prompt before modifying shell config files. |
fused completion print
Print a completion script suitable for eval or for fish's completions directory.
fused completion print SHELL