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

[1/n] Use snake_case for all configuration enums #1321

Merged
merged 2 commits into from
Mar 27, 2024
Merged

[1/n] Use snake_case for all configuration enums #1321

merged 2 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Enables toml configs

    - Use file_exact because file searches parent directories automatically for the config, definitely not the behaviour we want.
    - If config file was not found, it silently ignored the supplied --config-file argument, this was fixed
    - Support loading toml files
    - Makes it clear in logs when we are starting with the built-in default config.
    AhmedSoliman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1a47f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f13480 View commit details
    Browse the repository at this point in the history