Skip to main content
📝 Note: Note
If you have installed the CLI using the apt command, you may skip this page’s information as the auto-complete is handled within the apt installation.
Prerequisites
Usage
Usage:
How set up autocompletion
Calling sudo ./heex completion will generate a script that will enable the autocompletion on your heex script. We support bash, sh and zsh shells.
Important note: An autocompletion script will be generated, saved, and it will be added into the shell configuration script (i.e. .bashrc), but for it to apply, you will have to restart your shell or source the generated script in your current shell terminal. This information is written in the logs of the command, simply follow the recommendations that are written in the output of the command.
Usage:
-> Follow instructions in the command output:
Autocompletion has been added to heex script. To apply it, please restart your terminal (using "bash") or run 'source /home/<yourUser>/.bash_completion.d/heex_autocomplete.bash'
Getting Help