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

remove deprecated flags for next breaking release #2351

Closed
0xalpharush opened this issue Mar 2, 2024 · 1 comment
Closed

remove deprecated flags for next breaking release #2351

0xalpharush opened this issue Mar 2, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@0xalpharush
Copy link
Member

deprecated_flags = {

@0xalpharush 0xalpharush added the good first issue Good for newcomers label Apr 5, 2024
@0xalpharush
Copy link
Member Author

if key in deprecated_flags:
logger.info(
yellow(f"{args.config_file} has a deprecated key: {key} : {elem}")
)
migrate_config_options(args, key, elem)
continue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant