cubic completions

$ cubic completions --help
Generate shell completion scripts

Examples:

  Generate Bash auto completion script:
  $ cubic completions bash > /etc/bash_completion.d/cubic.bash

  Generate Fish auto completion script:
  $ cubic completions fish > ~/.config/fish/completions/cubic.fish

Usage: cubic completions [OPTIONS] [SHELL]

Arguments:
  [SHELL]
          The shell to generate completions for

          [possible values: bash, elvish, fish, powershell, zsh]

Options:
  -v, --verbose
          Increase logging output

  -q, --quiet
          Reduce logging output

  -h, --help
          Print help (see a summary with '-h')