[][src]Module gchemol_gut::cli

Re-exports

pub use duct;

Modules

clap

clap is a simple-to-use, efficient, and full-featured library for parsing command line arguments and subcommands when writing console/terminal applications.

lazy_static

A macro for declaring lazily evaluated statics.

Structs

Verbosity

Traits

StructOpt

A struct that is converted from command line arguments.

Functions

setup_logger

Setup logging for cmdline uses

setup_logger_for_test

Setup logging for cargo test

Type Definitions

CliResultDeprecated

A handy alias for Result that carries a generic error type.

Derive Macros

StructOpt

Generates the StructOpt impl.