CmdParameters

Trait CmdParameters 

Source
pub trait CmdParameters {
    // Required method
    fn generate_args(&self) -> Vec<String>;
}
Expand description

Implements Cli parameters for flameshot.

Required Methods§

Implementors§