You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: