Function advent_of_code_2022::day_7::parse_commands
source · fn parse_commands(input: &String) -> Vec<Command>
Expand description
Turn console lines into structured data representing the change to the file system state indicated by that line of output.