Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 385 Bytes

File metadata and controls

17 lines (12 loc) · 385 Bytes

Completions

Command-line completion is available for some environments.

Bash Completion

$ build/bin/llama-cli --completion-bash > ~/.llama-completion.bash
$ source ~/.llama-completion.bash

Optionally this can be added to your .bashrc or .bash_profile to load it automatically. For example:

$ echo "source ~/.llama-completion.bash" >> ~/.bashrc