From 28706f6edf10a135a67334d7035948bab4064bef Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Sun, 18 Dec 2022 23:11:50 +0100 Subject: dl add clean & all-lists; start of io --- src/commands/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 20badcb..0d5bd00 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -3,9 +3,11 @@ pub mod list; pub mod update; pub mod setup; pub mod download; +pub mod io; pub use modification::*; pub use list::*; pub use update::*; pub use setup::*; pub use download::*; +pub use io::*; -- cgit v1.2.3