mirror of
https://github.com/syncthing/syncthing.git
synced 2026-01-27 15:19:56 -05: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.