aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-07 02:44:32 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-07 02:44:32 +0800
commit91e847bf873ff2e404554ea7bb97fad7beac0530 (patch)
tree0821d32fd5bbd8ecb1f9213a7364c6bf35ba0f05 /mling/src/proj_mgr
parent7a8d069723d7120f74c099c2c1fe508a3513ed85 (diff)
Fix date format padding in version string
Diffstat (limited to 'mling/src/proj_mgr')
-rw-r--r--mling/src/proj_mgr/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/proj_mgr/mod.rs b/mling/src/proj_mgr/mod.rs
index 86c05e3..ebc47a6 100644
--- a/mling/src/proj_mgr/mod.rs
+++ b/mling/src/proj_mgr/mod.rs
@@ -1,3 +1,6 @@
use mingling::macros::dispatcher;
dispatcher!("install");
+
+dispatcher!("ls.namespace");
+dispatcher!("rm.namespace");