fn parse<'a>(
services: &Arc<Services>,
cmd: Command,
input: &'a CommandInput,
) -> Result<(ArgMatches, Vec<String>, Vec<&'a str>), CommandOutput>fn parse<'a>(
services: &Arc<Services>,
cmd: Command,
input: &'a CommandInput,
) -> Result<(ArgMatches, Vec<String>, Vec<&'a str>), CommandOutput>