Added:
- New
write
flag added togenerate_map()
to enable disabling of actually writing the file. - The
generate_map()
function now returns the contents of the map file. - Added
remove_exprs
keyword argument togenerate_map()
to allow for filtering out command names. This defaults to removing__pycache__
. - New
--remove-exprs
command line option added to generate subcommand.
Fixed:
- Fixed Windows type error when matching against
.exe
and.bat
files.
Authors:
- Anthony Scopatz
- Duncan Macleod
Authors:
- Anthony Scopatz