google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
How do I tell the CLI to read my custom config in a random path?
The only config related option is to pass the -config
flag that uses the specified path to write/read to/from. But I have stored some initial configuration before hand that I want to append to the install process. How do I do this?
Running google-drive-ocamlfuse -config foo
and then editing foo
afterward is not ideal. This should be able to happen automatically