Struct terminal_cli::CommandContext [] [src]

pub struct CommandContext<'b> {
    pub args: Cow<'b, str>,
    pub terminal: &'b mut CharacterTerminalWriter,
    pub current_path: &'b str,
}

Context for the execution of the command

Fields

Methods

impl<'b> CommandContext<'b>
[src]

[src]

[src]

[src]