starcraft66 / minecraft-discord-bridge

A minecraft <-> discord bridge with no server-side requirements
Apache License 2.0
30 stars 9 forks source link

Add a command-line argument parser #74

Closed starcraft66 closed 4 years ago

starcraft66 commented 4 years ago

There should be a command-line argument parser that lets you specify the path to your configuration file. This is useful for development and for running multiple bridges on the same host. The README also needs to be updated to document this option.

starcraft66 commented 4 years ago

Unfortunately, I had a git brain fart and merged this feature in the last PR and decided not to undo it because it didn't introduce any regressions. Unfortunately, I wrote the argparse bits wrong and the behaviour wasn't as intended so this PR will fix it and add documentation.