Function stellar_xdr::cli::run

source ·
pub fn run<I, T>(args: I) -> Result<(), Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Available on crate feature cli only.
Expand description

Run the CLI with the given args.

Errors

If the input cannot be parsed.