Skip to main content

run

Function run 

Source
pub fn run<I, T>(args: I) -> Result<()>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Parse CLI arguments and execute the corresponding MotherDuck API command.