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

Start pulling argument parsing out of run::run() #483

Merged
merged 1 commit into from
Oct 7, 2019
Merged

Start pulling argument parsing out of run::run() #483

merged 1 commit into from
Oct 7, 2019

Conversation

casey
Copy link
Owner

@casey casey commented Oct 7, 2019

run::run() is pretty unwieldy. As a first step in improving it, this commit pulls most of the argument parsing into the config module.

It also renames Configuration to Config, so it's easier to type.

run::run() is pretty unwieldy. As a first step in improving it, this
commit pulls most of the argument parsing into the `config` module.

It also renames `Configuration` to `Config`, just to be easier to type.
@casey casey merged commit 2938ab1 into master Oct 7, 2019
@casey casey deleted the config branch October 7, 2019 09:06
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.

1 participant