pub fn take<C: CommandFactory>(default_bin: &str) -> Option<ExitCode>Expand description
If argv contains --usage-spec[=BIN], print the spec for C and return
ExitCode::SUCCESS.
pub fn take<C: CommandFactory>(default_bin: &str) -> Option<ExitCode>If argv contains --usage-spec[=BIN], print the spec for C and return
ExitCode::SUCCESS.