Struct terminal_cli::PrefixedExecutor [] [src]

pub struct PrefixedExecutor<'a: 'p, 'p> { /* fields omitted */ }

Trait Implementations

impl<'a, 'p> CliContext<'a> for PrefixedExecutor<'a, 'p>
[src]

[src]

Creates a new prefixed execution context, but only if the current line matches. Reduces the processing overhead for large tree command environments. Read more

[src]

Announces a command to be executed. Returns an execution context in case the command is invoked.

[src]

Announces a property that can be manipulated. Returns an execution context in case the property is to be either retrieved or updated. Read more