bookdata::cli

Trait Command

Source
pub trait Command {
    // Required method
    fn exec(&self) -> Result<()>;
}
Expand description

Trait implemented by book data commands.

Required Methods§

Source

fn exec(&self) -> Result<()>

Run the command with options

Implementors§