Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 967 Bytes

File metadata and controls

44 lines (25 loc) · 967 Bytes

spycli completion bash

Generate the autocompletion script for bash

Synopsis

Generate the autocompletion script for the bash shell.

This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager.

To load completions in your current shell session:

source <(spycli completion bash)

To load completions for every new session, execute once:

Linux:

spycli completion bash > /etc/bash_completion.d/spycli

macOS:

spycli completion bash > /usr/local/etc/bash_completion.d/spycli

You will need to start a new shell for this setup to take effect.

spycli completion bash

Options

  -h, --help              help for bash
      --no-descriptions   disable completion descriptions

SEE ALSO

Auto generated by spf13/cobra on 25-Jan-2022