Skip to content
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

Add --help and refactoring for better error handling #23

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Flamefire
Copy link

Add --help option and factor out a boost_module class

Introduces a class for handling e.g. the sub-paths for Boost modules.
This allows to keep the related logic more focused and consistent.

Also use that for validating the command line arguments expecting modules.

Motivation was that after passing e.g. libs/locale as an argument to --cmake which yielded a CML that was missing all files, dependencies and C++ standard setting instead of showing an error.

Introduce a class for handling e.g. the sub-paths for Boost modules.
This allows to keep the related logic more focused and consistent.

Also use that for validating the command line arguments expecting modules.
@Flamefire Flamefire changed the title Improvements Add --help and refactoring for better error handling Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant