Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cargo-reaper-completions

NAME

cargo-reaper-completions -- Generate shell completion scripts.

SYNOPSIS

cargo-reaper completions shell

DESCRIPTION

Generate shell completions for the cargo-reaper command line application.

The following shells are supported:

OPTIONS

-h
--help

Print help information.

EXAMPLES

Below are examples of how to generate completion scripts for the supported shells. Note that this does not include instructions for sourcing the scripts or configuring your shell to enable completions. Please refer to your shell’s documentation for details.

Bash

cargo-reaper completions bash > /usr/share/bash-completion/completions/cargo-reaper.bash

Elvish

cargo-reaper completions elvish > ~/.elvish/lib/cargo-reaper.elv

Fish

cargo-reaper completions fish > /usr/share/fish/vendor_completions.d/cargo-reaper.fish

PowerShell

cargo-reaper completions powershell > $HOME/Documents/PowerShell/cargo-reaper.ps1

Zsh

cargo-reaper completions zsh > /usr/share/zsh/site-functions/_cargo-reaper