python-fuse icon indicating copy to clipboard operation
python-fuse copied to clipboard

Fix #24: Migrate `FuseArgs` away from using `Optparse`

Open lonetwin opened this issue 9 months ago • 4 comments

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.

lonetwin avatar Mar 29 '25 16:03 lonetwin