Skip to content

Unify doctool CLI with the compiler. #10119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
abgruszecki opened this issue Oct 29, 2020 · 1 comment
Closed

Unify doctool CLI with the compiler. #10119

abgruszecki opened this issue Oct 29, 2020 · 1 comment

Comments

@abgruszecki
Copy link
Contributor

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.

@abgruszecki
Copy link
Contributor Author

Fixed in #10462.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants