Trait twiggy_opt::CommonCliOptions[][src]

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

Options that are common to all commands.

Required methods

Get the input file path.

Get the input data parse mode.

Get the output destination.

Get the output format.

Implementors