clip/help
Functions for building Help flags.
Types
Values
pub fn custom(f: fn(arg_info.ArgInfo) -> String) -> Help
Generate custom help text by providing a function that transforms
ArgInfo into a String.
pub fn run(help: Help, arg_info: arg_info.ArgInfo) -> String
Produce a String from a Help and an ArgInfo. Used internally by
clip, not intended for direct usage.