diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-22 14:24:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-22 14:24:50 +0800 |
| commit | 47bf9b75f6dd8c2d3c3f1fb947a16e0e055f49cf (patch) | |
| tree | c767e331e68134e19caeeb03269525be7b4fe6e1 /src/cmd.rs | |
| parent | 53c26d656f975f93319dd432e409c1ea740ce06d (diff) | |
Add renderer system and implement status command
Diffstat (limited to 'src/cmd.rs')
| -rw-r--r-- | src/cmd.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ pub mod cmds; pub mod errors; pub mod processer; pub mod renderer; +pub mod renderers; |
