pub fn parse_admin_args(args: &str) -> AdminArgsExpand description
Parse the argument string that follows an admin command name.
Splits on ASCII whitespace and extracts the first two tokens. Missing
tokens are represented as None — callers apply defaults.