[][src]Module imgix::util::command_prelude

Utility module declarations.

Modules

process

Re-exporting std::process. A module for working with processes.

Structs

Arg

Re-exporting, common, necessary types from clap.(https://github.com/clap-rs/clap) The abstract representation of a command line argument. Used to set all the options and relationships that define a valid argument for the program.

ArgMatches

Re-exporting, common, necessary types from clap.(https://github.com/clap-rs/clap) Used to get information about the arguments that where supplied to the program at runtime by the user. New instances of this struct are obtained by using the App::get_matches family of methods.

SubCommand

Re-exporting, common, necessary types from clap.(https://github.com/clap-rs/clap) The abstract representation of a command line subcommand.

Enums

AppSettings

Re-exporting, common, necessary types from clap.(https://github.com/clap-rs/clap) Application level settings, which affect how App operates

Type Definitions

App

Type alias for a clap::App.