mumble-voip / grumble

Alternative Mumble server
http://mumble.info/grumble
Other
273 stars 88 forks source link

Refactor command line arguments handling #56

Open olabiniV2 opened 4 years ago

olabiniV2 commented 4 years ago

This PR removes the global Args variable and instead refactors everything so that the right places have access to the datadir without a global variable. It also removes the global definition of flags, so that it's possible to use the code as a library without getting the flags defined.