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

chore: Split up CLI crate into modules. #135

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

alilleybrinker
Copy link
Member

Previously, all the logic of the CLI crate was together in a single
file, but this was getting increasingly hard to manage. This commit
breaks up that CLI into a bunch of separate modules.

It also mildly refactors the print queue logic to be behind a Printer
type, which simplifies use a little bit.

Signed-off-by: Andrew Lilley Brinker alilleybrinker@gmail.com

Previously, all the logic of the CLI crate was together in a single
file, but this was getting increasingly hard to manage. This commit
breaks up that CLI into a bunch of separate modules.

It also mildly refactors the print queue logic to be behind a Printer
type, which simplifies use a little bit.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
@alilleybrinker alilleybrinker merged commit e4fcdaa into main Mar 1, 2024
8 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/split-up-cli branch March 1, 2024 21:24
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