[][src]Module broot::command_parsing

this mod achieves the transformation of a string containing one or several commands into a vec of parsed commands, using the verbstore to try guess what part is an argument and what part is a filter

Functions

parse_command_sequence

parse a string which is meant as a sequence of commands. Note that this is inherently flawed as packing several commands into a string without hard separator is ambiguous in the general case.