summaryrefslogtreecommitdiff
path: root/src/cmd.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-22 14:24:50 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-22 14:24:50 +0800
commit47bf9b75f6dd8c2d3c3f1fb947a16e0e055f49cf (patch)
treec767e331e68134e19caeeb03269525be7b4fe6e1 /src/cmd.rs
parent53c26d656f975f93319dd432e409c1ea740ce06d (diff)
Add renderer system and implement status command
Diffstat (limited to 'src/cmd.rs')
-rw-r--r--src/cmd.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd.rs b/src/cmd.rs
index 5bab2c1..2c9cac6 100644
--- a/src/cmd.rs
+++ b/src/cmd.rs
@@ -3,3 +3,4 @@ pub mod cmds;
pub mod errors;
pub mod processer;
pub mod renderer;
+pub mod renderers;