Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 584 Bytes

File metadata and controls

33 lines (19 loc) · 584 Bytes

mmctl completion bash

Generates the bash autocompletion scripts

Synopsis

To load completion, run

. <(mmctl completion bash)

To configure your bash shell to load completions for each session, add the above line to your ~/.bashrc

mmctl completion bash [flags]

Options

  -h, --help   help for bash

Options inherited from parent commands

      --format string   the format of the command output [plain, json] (default "plain")

SEE ALSO