pub fn format_usage(s: &str) -> &'static str
Expand description

Generate the usage string for clap.

This function replaces all occurrences of {} with the execution phrase and leaks the result to return a &'static str. It does not support more advanced formatting features such as {0}.