ArgTools v1.1.1
This release documents the arg_isdir
and arg_mkdir
utility functions added in v1.1.0. It also improves the error handling behavior of arg_mkdir
in that it leaves a pre-existing directory path intact on cleanup, only deleting its contents.
Closed issues:
- document arg_{isdir,mkdir} (#9)
Merged pull requests:
- document and improve arg_{is,mk}dir (#10) (@StefanKarpinski)