mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Rename things to ush for brevity. Add Tree system.
This commit is contained in:
@@ -10,6 +10,7 @@ mod pretty_logger;
|
||||
use std::time::SystemTime;
|
||||
|
||||
pub use pretty_logger::PrettyLogger;
|
||||
pub use pretty_logger::log;
|
||||
|
||||
static mut LOGGER: &dyn Logger = &DefaultLogger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user