parse_usage

Function parse_usage 

Source
pub fn parse_usage(content: &str) -> String
Expand description

Parses the first markdown code block into a usage string

The code fences are removed and the name of the util is replaced with {} so that it can be replaced with the appropriate name at runtime.