[][src]Function stew_lib::run

pub fn run(
    matches: &ArgMatches,
    operation: Option<Operation>
) -> Result<(), String>

The run function runs the sic application, taking the matches found by Clap. This function is separated from the main() function so that it can be used more easily in test cases. This function consumes the matches provided.