diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 06:01:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 06:01:32 +0800 |
| commit | 8cbba8dc8900b98e23e6ee38d6f02537ba936c1c (patch) | |
| tree | c5f333d67871d25833b5ddc96f1d9aae9dcdd603 /rola-cli/src/lib.rs | |
| parent | 40183e431da97fe0377b2f2e2ea47b3a14376680 (diff) | |
use public modules
Diffstat (limited to 'rola-cli/src/lib.rs')
| -rw-r--r-- | rola-cli/src/lib.rs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/rola-cli/src/lib.rs b/rola-cli/src/lib.rs index b472169..02c479a 100644 --- a/rola-cli/src/lib.rs +++ b/rola-cli/src/lib.rs @@ -5,16 +5,12 @@ use mingling::{ res::ResExitCode, }; +pub mod bucket_mgr; +pub mod error; pub mod output; pub mod res; pub mod tokio_wrapper; -mod bucket_mgr; -use bucket_mgr::*; - -mod error; -use error::*; - use crate::output::display::markdown; pub const EC_COMMAND_NOT_FOUND: i32 = 1000; |
