pub async fn run_from_iter<I>(args: I) -> Result<()>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