Skip to main content

split_args

Function split_args 

Source
pub fn split_args(raw: &str) -> ParsedArgs
Expand description

Split “work, release, status: done” into tags + attrs. Mirrors Ruby’s Element.split_args exactly.