run_from_iter

Function run_from_iter 

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

Acts as a proxy for the cfsctl CLI by executing the CLI logic programmatically

This function behaves the same as invoking the cfsctl binary from the command line. It accepts an iterator of CLI-style arguments (excluding the binary name), parses them using clap