Sha256: 741109008362c9dc1800a9b802bb20bb9d2293d5a41ff7bf2d12635b3ebb2154

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 KB

Contents

# ronin-vulns-completion 1 "2024-01-01" Ronin Vulns "User Manuals"

## NAME

ronin-vulns-completion - Manages shell completion rules for `ronin-vulns`

## SYNOPSIS

`ronin-vulns completion` [*options*]

## DESCRIPTION

The `ronin-vulns completion` command can print, install, or uninstall shell
completion rules for the `ronin-vulns` command.

Supports installing completion rules for Bash or Zsh shells.
Completion rules for the Fish shell is currently not supported.

### ZSH SUPPORT

Zsh users will have to add the following lines to their `~/.zshrc` file in
order to enable Zsh's Bash completion compatibility layer:

    autoload -Uz +X compinit && compinit
    autoload -Uz +X bashcompinit && bashcompinit

## OPTIONS

`--print`
: Prints the shell completion file.

`--install`
: Installs the shell completion file.

`--uninstall`
: Uninstalls the shell completion file.

`-h`, `--help`
: Prints help information.

## ENVIRONMENT

*PREFIX*
: Specifies the root prefix for the file system.

*HOME*
: Specifies the home directory of the user. Ronin will search for the
  `~/.cache/ronin-vulns` cache directory within the home directory.

*XDG_DATA_HOME*
: Specifies the data directory to use. Defaults to `$HOME/.local/share`.

## FILES

`~/.local/share/bash-completion/completions/`
: The user-local installation directory for Bash completion files.

`/usr/local/share/bash-completion/completions/`
: The system-wide installation directory for Bash completions files.

`/usr/local/share/zsh/site-functions/`
: The installation directory for Zsh completion files.

## EXAMPLES

`ronin-vulns completion --print`
: Prints the shell completion rules instead of installing them.

`ronin-vulns completion --install`
: Installs the shell completion rules for `ronin-vulns`.

`ronin-vulns completion --uninstall`
: Uninstalls the shell completion rules for `ronin-vulns`.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-vulns-0.2.0 man/ronin-vulns-completion.1.md
ronin-vulns-0.2.0.rc1 man/ronin-vulns-completion.1.md