blob: 381784c82ecbdc83820202416ec2461a12a1ddeb (
plain) (
blame)
1
2
3
4
5
6
|
use mingling::macros::dispatcher;
dispatcher!("install");
dispatcher!("ls.namespace", CMDListNamespace => EntryListNamespace);
dispatcher!("rm.namespace", CMDRemoveNamespace => EntryRemoveNamespace);
|