[][src]Module cage::args

Data structures representing arguments that we can pass to docker-compose and other command-line tools.

Re-exports

pub use self::act_on::ActOn;
pub use self::act_on_sources::ActOnSources;

Modules

act_on

Specifying the pods, services or both acted on by a command.

act_on_sources

What sources should a command act on?

opts

Command-line options which can be passed to docker-compose.

Structs

Command

A command which can be executed.

Traits

ToArgs

Trait for types which can be converted to command-line arguments.