Struct commodore::MatchSubCommand [] [src]

pub struct MatchSubCommand(pub String);

A matcher that assumes any text starting with the provided string is a subcommand. i.e. /cmd help

Trait Implementations

impl Matcher for MatchSubCommand
[src]

returns of tuple of optional captures and an indicator for whether or not the provided command is matched Read more