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

Use config.toml as default config file if --toml is passed (Closes #7) #12

Closed
wants to merge 1 commit into from

Conversation

Horgix
Copy link

@Horgix Horgix commented May 13, 2018

After seeing #7 and being concerned by it too (not that much of a big deal to pass --config config.toml though), I took the opportunity to improve default config format depending on the --toml option. However, this forces to stop using the commander default.

In the absence of a --config option, it will default to ./config.yaml as it used to do. If --toml is passed however, it will default to ./config.toml. In any case, it is still overrideable by the --config [value] parameter.

The implementation could probably be a better one, feel free to reject it if it's not good enough 😉

@Horgix Horgix changed the title Use TOML as default config format if --toml is passed (Closes #7) Use config.toml as default config file if --toml is passed (Closes #7) May 13, 2018
@Horgix
Copy link
Author

Horgix commented Nov 18, 2020

Ping? I know it's been 2 years but I'm cleaning up my opened PR 🙂

@chase-replicated chase-replicated deleted the branch replicatedhq:main December 9, 2021 00:10
@chase-replicated chase-replicated changed the base branch from master to main December 9, 2021 02:38
@Horgix
Copy link
Author

Horgix commented Dec 9, 2021

screenshot_2021-12-09-171015_636x264_selection

Hey, some activity! Still would welcome any feedback on this PR, and will adapt as needed 🙂

@Horgix
Copy link
Author

Horgix commented Sep 15, 2023

I guess that after 5 years there isn't much hope to see this merged, and am therefore closing the PR.

Good luck with the future of the project and its maintenance! 🙂

@Horgix Horgix closed this Sep 15, 2023
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.

None yet

2 participants