[]Module pretty_exec::structopt_utilities

Modules

completions

Resources to create a completion generator program.

structopt

This crate defines the StructOpt trait and its custom derive.

Traits

StructOpt

A struct that is converted from command line arguments.

StructOptUtils

Utility trait for all StructOpt types.

Derive Macros

StructOpt

Generates the StructOpt impl.