Skip to main content

parse

Function parse 

Source
pub fn parse(argument: &str) -> Result<Step, VerbError>
Expand description

Parse one verb:argument argument into a step.

The argument half is taken verbatim after the first colon, so type:https://example.com and type:a:b work without escaping — a rule worth keeping, since text is the argument most likely to contain a colon.