[][src]Function taplo_cli::run

pub async fn run<I, T>(itr: I) -> bool where
    I: IntoIterator<Item = T>,
    T: Into<OsString> + Clone