Skip to content

Commit

Permalink
refactor: reorganise command processing
Browse files Browse the repository at this point in the history
The code in the `main` module of the node manager was becoming unwieldy and difficult to navigate,
so I've refactored it into a few different modules.

There are absolutely no functional changes here.

Clippy was complaining about some functions having too many arguments, so I suppressed those
warnings. These are just utility functions, and adding new structs just to encapsulate a few
arguments would have been tedious and overkill.
  • Loading branch information
jacderida authored and joshuef committed Mar 13, 2024
1 parent a483e42 commit 8fa8f22
Show file tree
Hide file tree
Showing 7 changed files with 1,131 additions and 916 deletions.
Loading

0 comments on commit 8fa8f22

Please sign in to comment.