Struct terminal_cli::CliLineMatcher [] [src]

pub struct CliLineMatcher<'a> { /* fields omitted */ }

Match commands against the given input line

Methods

impl<'a> CliLineMatcher<'a>
[src]

[src]

Create a new line matcher

[src]

[src]

[src]

[src]

[src]

[src]

Match the command, mutates the internal state of the matching

[src]

Match the string, mutates the internal state

[src]

Finish with the line matching, consume the matcher