From 91e847bf873ff2e404554ea7bb97fad7beac0530 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 7 Jun 2026 02:44:32 +0800 Subject: Fix date format padding in version string --- mling/src/proj_mgr/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mling/src/proj_mgr/mod.rs') 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"); -- cgit