Closed freesig closed 2 weeks ago
Currently all the logic for the cli is in the main.rs but this makes testing it very hard. Move this logic into the lib.rs file in the cli crate and expose a run function.
Currently all the logic for the cli is in the main.rs but this makes testing it very hard. Move this logic into the lib.rs file in the cli crate and expose a run function.