Trait twiggy_opt::CommonCliOptions[][src]

pub trait CommonCliOptions {
    fn input(&self) -> &Path;
fn output_destination(&self) -> &OutputDestination;
fn output_format(&self) -> OutputFormat; }

Options that are common to all commands.

Required Methods

Get the input file path.

Get the output destination.

Get the output format.

Implementors