-
Notifications
You must be signed in to change notification settings - Fork 6
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
MTG-1223 Fix/Improve Clap implementation #375
Conversation
andrii-kl
commented
Jan 18, 2025
- Allow disabling parameters (api, rocks_migration, backfiller) via Clap CLI when their default value is True
- Improve parameter names for clarity
- Add additional system logging
- Replace old .env example
- Allow disabling parameters (api, rocks_migration, backfiller) via Clap CLI when their default value is True - Improve parameter names for clarity - Add additional system logging - Replace old .env example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LBTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep an eye for the logics changes before merging such changes
)] | ||
pub is_run_backfiller: bool, | ||
pub run_backfiller: bool, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
)] | ||
pub is_run_bubblegum_backfiller: bool, | ||
pub run_bubblegum_backfiller: bool, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here