-------------------
Features:
- Refactored the command line argument structure to expose more options to the command line; Fixes 10.
- Adopted fnmatch_ pattern style for file and directory filter patterns, e.g ``.txt`` is now ``*.txt``.
Bug Fixes:
- Fixed auto command's resolution of the current directory; Fixes 9.