pub fn split_args(raw: &str) -> ParsedArgsExpand description
Split “work, release, status: done” into tags + attrs. Mirrors Ruby’s Element.split_args exactly.
pub fn split_args(raw: &str) -> ParsedArgsSplit “work, release, status: done” into tags + attrs. Mirrors Ruby’s Element.split_args exactly.