mrdocs::Config::cmdLineInputs
Configuration or compilation database files
Description
Positional inputs that drive the run.
Each path is dispatched by file name: an input ending in mrdocs.yml is read as a configuration file, and an input ending in compile_commands.json or CMakeLists.txt is read as a compilation database.
The dispatch is a convenience; prefer the explicit config and compilation‐database flags so the invocation is unambiguous and easier to read in scripts and CI logs.
Created with MrDocs