Struct broot::cli::AppLaunchArgs[][src]

pub struct AppLaunchArgs {
    pub root: PathBuf,
    pub file_export_path: Option<String>,
    pub cmd_export_path: Option<String>,
    pub tree_options: TreeOptions,
    pub commands: Option<String>,
    pub height: Option<u16>,
    pub color: Option<bool>,
    pub listen: Option<String>,
}
Expand description

the parsed program launch arguments which are kept for the life of the program

Fields

root: PathBuffile_export_path: Option<String>cmd_export_path: Option<String>tree_options: TreeOptionscommands: Option<String>height: Option<u16>color: Option<bool>listen: Option<String>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.