stellar_xdr::cli

Function 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.