-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
altsrc: Set flags without erroring out. #742
Comments
Hiya! There's a known issue with the current implementation of the CLI, where altsrc is generally clunky and poorly documented. My current idea is that I'm going to move all of the |
I don't know if it's a good idea to close a bunch of issues without discussing and implementing fixes. It's counter intuitive and goes against the whole point of opening and reporting issues in the first place. |
These should ideally be kept open until they are resolved. It streamlines the discussion. A meta issue like the one you opened is not a bad idea either but not at the cost of the focused discussions which might take place on the original issue. |
I disagree, if there is a general theme in a lot of issues, they should follow a general issue. |
Well, |
It qualifies as a general theme in this particular case because I'm proposing we completely remove |
Basically I was wondering if there is a method to set flags only if the
.yml
file exists.Currently it errors out (naturally, as the call is in app.Before) if the file is missing.
Is there any other way other than creating a default
.yml
file before checking for it?The text was updated successfully, but these errors were encountered: