Fix parameter parsing #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the program treats the first argument as the path to the tar file, and passes the rest of the arguments to ocamlfuse with some additional flags.
That is fine, but ocamlfuse seems to have a lot of weird behaviour with arguments - for example, when i tried adding -f to the default argument list the program simply wouldn't work, unless i still passed -f manually.
Currently, it is necessary to pass -f to the program either before or after the mount path. This should be fixed.