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

Implement disabling of command line arguments in config #156

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

RKrahl
Copy link
Member

@RKrahl RKrahl commented Aug 21, 2024

Add an option to completely disable parsing of command line arguments in class Config: if the special value False is passed in the (already exiting) args keyword argument to the constructor. Close #155.

@RKrahl RKrahl added the enhancement New feature or request label Aug 21, 2024
@RKrahl RKrahl added this to the 1.4.0 milestone Aug 21, 2024
@RKrahl RKrahl merged commit eb6ef7f into develop Aug 29, 2024
1 check passed
@RKrahl RKrahl deleted the config-disable-cmdargs branch August 29, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to disable parsing of command line arguments in class Config
1 participant