Home
last modified time | relevance | path

Searched refs:UnSupported (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/systemctl/ctl_parser/
H A Dmod.rs72 UnSupported, enumerator
160 map.insert("list-sockets", CommandOperation::UnSupported);
164 map.insert("reload", CommandOperation::UnSupported);
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs98 CommandOperation::UnSupported => todo!(), in exec_ctl()