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

fix cli args causing null values in config #34

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

justus237
Copy link

When passing CLI arguments that set the value of an inner field of a nested struct, currently, all other fields of that struct also need to be set using CLI arguments, otherwise the field values will be null.

Also, since afaict, print_debug doesn't work in parse.rs due to how everything is initialized, all prints were changed to print_info and will be printed every time.

Not sure about URI paths, I think they were not "pbe" anymore but "l2b" in the current server/tocket, so this would also be fixed.

All default values are at the top now as const.

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