Skip to main content

parse_command_arguments

Function parse_command_arguments 

Source
pub fn parse_command_arguments<I, S>(
    arguments: I,
) -> Result<ParsedCommands, CommandParseError>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Parses a tmux command argument vector with default expansion context.