Trait smartdeploy_cli::CommandParser
source · pub trait CommandParser<T> {
// Required methods
fn parse(s: &str) -> Result<T, Error>;
fn parse_arg_vec(s: &[&str]) -> Result<T, Error>;
}
pub trait CommandParser<T> {
// Required methods
fn parse(s: &str) -> Result<T, Error>;
fn parse_arg_vec(s: &[&str]) -> Result<T, Error>;
}