Function smartdeploy_cli::parse_cmd

source ·
pub fn parse_cmd<T>(s: &str) -> Result<T, Error>
where T: CommandFactory + FromArgMatches,