.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH IWYU_TOOL.PY "1" "September 2018" "iwyu_tool.py 6.0-2" "User Commands" .SH NAME iwyu_tool.py \- Include-what-you-use compilation database driver .SH DESCRIPTION usage: iwyu_tool.py [\-h] [\-v] [\-o {clang,iwyu}] [\-j JOBS] \fB\-p\fR .TP [source [source ...]] \fB\-\-\fR [] [source [source ...]] .PP Include\-what\-you\-use compilation database driver. .SS "positional arguments:" .TP source Zero or more source files to run IWYU on. Defaults to all in compilation database. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-v\fR, \fB\-\-verbose\fR Print IWYU commands .TP \fB\-o\fR {clang,iwyu}, \fB\-\-output\-format\fR {clang,iwyu} Output format (default: iwyu) .TP \fB\-j\fR JOBS, \fB\-\-jobs\fR JOBS Number of concurrent subprocesses .TP \fB\-p\fR Compilation database path .PP Assumes include\-what\-you\-use is available on the PATH.