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.
Structs§
- Grouping of metadata about an object.
Functions§
- Write container fetch progress to standard output.
- Render an import progress notification as a string.
- Parse a base
ImageReferencefrom a CLI arguemnt. - Parse an
OstreeImageReferencefrom a CLI arguemnt. - Parse an
ostree::Repofrom a CLI arguemnt. - Write a deprecation notice, and sleep for 3 seconds.
- Write the status of layers to download.
- Parse the provided arguments and execute. Calls
clap::Error::exiton failure, printing the error message and aborting the program.