clang-tools CLI Reference¶
Usage¶
clang-tools [-h] {install,uninstall,version} ...
clang-tools install¶
clang-tools install [-h] [--version VER] [-d DIR] [-f] [-b]
TOOL [TOOL ...]
--version¶
v2.0.0
Version to install (e.g. 18). When specified, binary install is tried first, falling back to wheel.
-d, --directory¶
v0.2.0 Default: ``
The directory where the clang-tools are installed.
-f, --overwrite¶
v0.3.0 Default: False Accepts no value
Force overwriting the symlink to the installed binary.
-b, --no-progress-bar¶
v0.5.0 Default: False Accepts no value
Do not display a progress bar for downloads.
clang-tools uninstall¶
clang-tools uninstall [-h] --version VER [-d DIR] TOOL [TOOL ...]
--version¶
v0.1.0
Version to uninstall (e.g. 18)
-d, --directory¶
v0.2.0 Default: ``
The directory from which to uninstall the tools.
clang-tools version¶
clang-tools version [-h]