[][src]Trait twiggy_opt::CommonCliOptions

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

Options that are common to all commands.

Required methods

fn input(&self) -> &Path

Get the input file path.

fn parse_mode(&self) -> ParseMode

Get the input data parse mode.

fn output_destination(&self) -> &OutputDestination

Get the output destination.

fn output_format(&self) -> OutputFormat

Get the output format.

Loading content...

Implementors

impl CommonCliOptions for Options[src]

impl CommonCliOptions for Diff[src]

impl CommonCliOptions for Dominators[src]

impl CommonCliOptions for Garbage[src]

impl CommonCliOptions for Monos[src]

impl CommonCliOptions for Paths[src]

impl CommonCliOptions for Top[src]

Loading content...