Move the CLI to a module.

This commit is contained in:
Tom Alexander
2023-10-18 19:47:05 -04:00
parent 1b189cf15c
commit a1f4600483
3 changed files with 54 additions and 47 deletions

1
src/cli/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub(crate) mod parameters;