Home
last modified time | relevance | path

Searched refs:GroupCommand (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/user-manage/src/parser/
H A Dparser.rs1 use super::cmd::{CmdOption, GroupCommand, PasswdCommand, UserCommand};
101 pub fn parse(args: Vec<String>) -> GroupCommand { in parse() argument
130 GroupCommand { groupname, options } in parse()
H A Dcmd.rs93 pub struct GroupCommand { struct
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs4 parser::cmd::{CmdOption, GroupCommand, PasswdCommand, UserCommand},
515 pub fn check(cmd: GroupCommand) -> GAddInfo { in check()
561 pub fn check(cmd: GroupCommand) -> GDelInfo { in check()
625 pub fn check(cmd: GroupCommand) -> GModInfo { in check()