.TH cmake-genparsers "1" Manual .SH NAME cmake-genparsers \- Parse cmake listfiles, find function and macro declarations, and generate parsers for them. .SH SYNOPSIS .B cmake-genparsers [-h] [-o OUTFILE_PATH] infilepath [infilepath ...] .SH DESCRIPTION Parse cmake listfiles, find function and macro declarations, and generate parsers for them. .SH OPTIONS .TP \fBinfilepaths\fR .TP \fB\-v\fR, \fB\-\-version\fR show program's version number and exit .TP \fB\-l\fR {error,warning,info,debug}, \fB\-\-log\-level\fR {error,warning,info,debug} .TP \fB\-o\fR \fI\,OUTFILE_PATH\/\fR, \fB\-\-outfile\-path\fR \fI\,OUTFILE_PATH\/\fR Write results to this file. Default is stdout. .TP \fB\-f\fR {json,yaml,python}, \fB\-\-output\-format\fR {json,yaml,python} .SH AUTHORS .B cmake\-genparsers was written by Josh Bialkowski . .SH DISTRIBUTION The latest version of cmake\-genparsers may be downloaded from .UR https://github.com/cheshirekow/cmake_format .UE