DocuTray
CLICommands

Autocomplete

CLI command reference: docutray autocomplete

Display autocomplete installation instructions.

docutray autocomplete [SHELL]

Display autocomplete installation instructions.

USAGE
  $ docutray autocomplete [SHELL] [-r]

ARGUMENTS
  [SHELL]  (zsh|bash|powershell) Shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  Display autocomplete installation instructions.

EXAMPLES
  $ docutray autocomplete

  $ docutray autocomplete bash

  $ docutray autocomplete zsh

  $ docutray autocomplete powershell

  $ docutray autocomplete --refresh-cache

DOCUMENTATION
  Learn more: https://docs.docutray.com/cli/autocomplete

See code: @oclif/plugin-autocomplete

On this page