Module ostree_ext::cli[][src]

Expand description

Commandline parsing

While there is a separate ostree-ext-cli crate that can be installed and used directly, the CLI code is also exported as a library too, so that projects such as rpm-ostree can directly reuse it.

Functions

Parse the provided arguments and execute. Calls [clap::Error::exit] on failure, printing the error message and aborting the program.