pub fn parse_binding_command_tokens_with_parser(
parser: &CommandParser,
tokens: &[String],
) -> Result<ParsedCommands, CommandParseError>Expand description
Parses a bind-key payload with the caller’s environment and alias table.
pub fn parse_binding_command_tokens_with_parser(
parser: &CommandParser,
tokens: &[String],
) -> Result<ParsedCommands, CommandParseError>Parses a bind-key payload with the caller’s environment and alias table.