python-fuse
python-fuse copied to clipboard
Fix #24: Migrate `FuseArgs` away from using `Optparse`
This PR addresses #24. It replaces the Optpase based implementation of FuseArgs to one based on ArgumentParser and also adds some tests for the parsing functionality.