generate-shell-completions

Generate Shell Completion Files

First generate the completion file, then follow the shell specific directions on how to install the completion file.

Usage

movement aptos config generate-shell-completions --shell --output-file <OUTPUT_FILE>

Options

  • --shell <SHELL> Shell to generate completions for [possible values: bash, elvish, fish, powershell, zsh]

  • --output-file <OUTPUT_FILE> File to output shell completions to

Last updated