v1.4.0
- Use
group_byfrom itertools inparser::command_line::CommandLineArgsParserto parse:::argument groups. - Add path cache to avoid repeated lookups in PATH on every command execution. This has a significant performance improvement. It can be disabled with new
--disable-path-cacheoption - Refactor
common::OwnedCommandAndArgsto have separatecommand_pathandargsfields.