## Summary Provide bash/zsh-like completion in the interactive CLI ## Examples Open the interactive CLI. ```sh keepassxc cli open ~/p.kdbx p> ``` Use the `TAB` key to complete words. A menu shall be displayed when there are multiple options. * `p> sh<TAB>` completes to `p> show ` * `p> show -<TAB>` provides a menu of options * `p> show my<TAB>` provides a menu of items returned by `located my` ## Context Autocompletion is vital for command line interfaces.