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

Refactor current config into Config, Options, and Subcommand #610

Closed
casey opened this issue Mar 15, 2020 · 0 comments
Closed

Refactor current config into Config, Options, and Subcommand #610

casey opened this issue Mar 15, 2020 · 0 comments
Labels

Comments

@casey
Copy link
Owner

casey commented Mar 15, 2020

Move the fields, aside from subcommand, of Config into a struct called Options.

Then move all the subcommand execution functions into subcommand.rs, with the main entry point being Subcommand::run with signature fn run(self, options: Options).

@casey casey added the reform label Mar 15, 2020
@casey casey added this to the eventually milestone Mar 15, 2020
@casey casey removed this from the eventually milestone Jul 2, 2020
@casey casey closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant