After applying #3, the first argument to FUSE seems to always be ignored. I've not attempted to look into why that's the case. A simple workaround is to just insert an empty string for the first argument, like: ```crystal fs.run! ["", "-s", ...] ```