Skip to main content

fused completion

Print or install shell tab completion for the fused CLI.

fused completion [SUBCOMMAND] [OPTIONS]

Subcommands

SubcommandDescription
installAppend a one-liner to ~/.bashrc or ~/.zshrc, or write fish's completion file.
printPrint 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

FlagDescription
--shell [auto|bash|zsh|fish]Target shell (default: infer from $SHELL). (default: auto)
--dry-runShow actions without writing files.
--yes, -yDo 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