Crate hugr_cli

source ·
Expand description

Standard command line tools, used by the hugr binary.

Structs§

Enums§

  • Error type for the CLI.
  • We reexport some clap types that are used in the public API. An enum representing the available verbosity levels of the logger.

Constants§

  • String to print when validation is successful.

Traits§

  • We reexport some clap types that are used in the public API. Parse command-line arguments into Self.

Derive Macros§

  • We reexport some clap types that are used in the public API. Generates the Parser implementation.