diff options
Diffstat (limited to 'mling/src/pkg_mgr/mod.rs')
| -rw-r--r-- | mling/src/pkg_mgr/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mling/src/pkg_mgr/mod.rs b/mling/src/pkg_mgr/mod.rs index 030529e..682b433 100644 --- a/mling/src/pkg_mgr/mod.rs +++ b/mling/src/pkg_mgr/mod.rs @@ -4,8 +4,7 @@ use mingling::{ macros::{dispatcher, program_setup}, }; -mod installer; -pub use installer::*; +pub mod installer; dispatcher!("install"); dispatcher!("ls.namespace", CMDListNamespace => EntryListNamespace); |
