Flag
Displays this help page.
Generate the autocompletion script for the bash shell.
flexai completion bash [flags]Displays this help page.
disable completion descriptions
enable verbose logging
flexai completion bash > flexai-completion.bash && \ mkdir -p ~/.local/share/bash-completion/completions && \ mv flexai-completion.bash ~/.local/share/bash-completion/completions/flexai && \ source ~/.bashrc