pub fn try_parse<P>() -> Result<P, Error>where
P: CommandFactory + FromArgMatches,Expand description
Parses process arguments without exiting.
pub fn try_parse<P>() -> Result<P, Error>where
P: CommandFactory + FromArgMatches,Parses process arguments without exiting.