Command Line Interface Options

-h, --help

show this help message and exit

-i VERSION, --install VERSION
Default:

None

Install clang-tools about a specific version.

-t TOOL [TOOL ...], --tool TOOL [TOOL ...]
Default:

['clang-format', 'clang-tidy']

Specify which tool(s) to install.

-d DIR, --directory DIR
Default:

''

The directory where the clang-tools are installed.

-f, --overwrite
Default:

False

Force overwriting the symlink to the installed binary. This will only overwrite an existing symlink.

-b, --no-progress-bar
Default:

False

Do not display a progress bar for downloads.

-u VERSION, --uninstall VERSION
Default:

None

Uninstall clang-tools with specific version. This is done before any install.