Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.83 KB

File metadata and controls

61 lines (39 loc) · 1.83 KB

azldev 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 <(azldev completion bash)

To load completions for every new session, execute once:

Linux:

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

macOS:

azldev completion bash > $(brew --prefix)/etc/bash_completion.d/azldev

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

azldev completion bash

Options

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

Options inherited from parent commands

  -y, --accept-all                accept all prompts
      --color mode                output colorization mode {always, auto, never} (default auto)
      --config-file stringArray   additional TOML config file(s) to merge (may be repeated)
  -n, --dry-run                   dry run only (do not take action)
      --network-retries int       maximum number of attempts for network operations (minimum 1) (default 3)
      --no-default-config         disable default configuration
  -O, --output-format fmt         output format {csv, json, markdown, table} (default table)
      --permissive-config         do not fail on unknown fields in TOML config files
  -C, --project string            path to Azure Linux project
  -q, --quiet                     only enable minimal output
  -v, --verbose                   enable verbose output

SEE ALSO