--- a/rust/rhg/src/commands.rs Wed Jul 29 15:49:44 2020 +0200 +++ b/rust/rhg/src/commands.rs Wed Jul 29 10:21:17 2020 +0200 @@ -1,3 +1,4 @@ +pub mod files; pub mod root; use crate::error::CommandError;