Closed
Description
The doctool should re-use compiler's code for its CLI instead of depending on an outside library.
To do this well, we should extend our arg parsing with being able to pass different sets of settings to parse, so that we can distinguish between the two CLIs. Right now the settings are shared and the compiler happily reports that one can pass the -project-logo
option to it.