pub fn has_subcommand(matches: &ArgMatches) -> boolExpand description
Returns true if the matches contain a subcommand (excluding “help”).
Used to detect “naked” CLI invocations where no command was specified.
pub fn has_subcommand(matches: &ArgMatches) -> boolReturns true if the matches contain a subcommand (excluding “help”).
Used to detect “naked” CLI invocations where no command was specified.