Command Line Interface Options

Usage
clang-tools [-h] [-i VERSION] [-t TOOL [TOOL ...]] [-d DIR] [-f] [-b]
            [-u VERSION]
-i, --install

0.1.0

Install clang-tools about a specific version. This can be in the form of a semantic version specification (x.y.z, x.y, x). NOTE: A malformed version specification will cause a silent failure.

-t, --tool

0.11.0 Defaultclang-format clang-tidy

Specify which tool(s) to install.

-d, --directory

0.2.0

The directory where the clang-tools are installed.

-f, --overwrite

0.3.0 Accepts no value

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

-b, --no-progress-bar

0.5.0 Accepts no value

Do not display a progress bar for downloads.

-u, --uninstall

0.5.0

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