Crate opencli

Crate opencli 

Source
Expand description

This crate provides structures and support for serializing and deserializing OpenCLI specifications.

§Examples

use opencli::OpenCliDocument;

let opencli = OpenCliDocument::from_path("path/to/opencli.yaml").unwrap();

Structs§

OpenCliArgument
OpenCliArity
OpenCliCommand
OpenCliContact
OpenCliConventions
OpenCliDocument
This is the root object of the OpenCLI Description.
OpenCliExitCode
OpenCliInfo
OpenCliLicense
OpenCliMetadata
OpenCliOption

Enums§

Error