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

Add support for loading config in config file #18

Merged
merged 4 commits into from
Jan 30, 2023
Merged

Conversation

ccremer
Copy link
Owner

@ccremer ccremer commented Jan 29, 2023

Summary

  • Adds global flag --config / -C to a path of a config file
  • Makes many flags loadable from the config file (not all though)
  • Adds a init subcommand to prepare a new config file
  • Run init - to display the list of options that are configurable in the YAML file, or run init to create a new config file.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    kind:bug, kind:enhancement, kind:documentation, kind:change, kind:breaking, kind:dependency
    as they show up in the changelog
  • Link this PR to related issues

@ccremer ccremer added the kind:enhancement New feature or request label Jan 29, 2023
@ccremer ccremer marked this pull request as ready for review January 30, 2023 09:15
@ccremer ccremer merged commit b32dc20 into master Jan 30, 2023
@ccremer ccremer deleted the config-file branch January 30, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant