[][src]Trait tauri_api::config::Cli

pub trait Cli {
    fn args(&self) -> Option<&Vec<CliArg>>;
fn subcommands(&self) -> Option<&HashMap<String, CliSubcommand>>;
fn description(&self) -> Option<&String>;
fn long_description(&self) -> Option<&String>;
fn before_help(&self) -> Option<&String>;
fn after_help(&self) -> Option<&String>; }

Required methods

fn args(&self) -> Option<&Vec<CliArg>>

fn subcommands(&self) -> Option<&HashMap<String, CliSubcommand>>

fn description(&self) -> Option<&String>

fn long_description(&self) -> Option<&String>

fn before_help(&self) -> Option<&String>

fn after_help(&self) -> Option<&String>

Loading content...

Implementors

Loading content...