pub fn run<I, T>(args: I) -> Result<()>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Parse CLI arguments and execute the corresponding MotherDuck API command.