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

allow auto generated config file to use options given at runtime #5

Closed
aussielunix opened this issue Oct 13, 2013 · 0 comments
Closed

Comments

@aussielunix
Copy link

Given my app makes use of app.config_file ".foo", :autocreate => true
Then when I invoke the app with foo --no-daemonize -d dbname -u dbuser
I would expect the config file to be generated with the data supplied.
Instead I get a config file with the default data that is hard coded into the app.

The above would let the consumer of my application build out a config file with ease.

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

No branches or pull requests

1 participant