Skip to content

Commit

Permalink
chore: Split up CLI crate into modules. (#135)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alilleybrinker authored Mar 1, 2024
1 parent ec3aa1c commit e4fcdaa
Show file tree
Hide file tree
Showing 7 changed files with 530 additions and 438 deletions.
Loading

0 comments on commit e4fcdaa

Please sign in to comment.