mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-19 23:09:06 -04:00
This takes advantage of the newly created parseCommandLineOptions() function and makes it work so that it now returns a nice struct of options rather than relying on global variables. There are a few global variables left, but they will take a bit more refactoring in order to be removed, so it'll happen in later commits.