Skip to main content

parse_command_string

Function parse_command_string 

Source
pub fn parse_command_string(
    input: &str,
) -> Result<ParsedCommands, CommandParseError>
Expand description

Parses a tmux command string with default expansion context.