Changed the default config location to /etc/dragoon/config.toml; added a CLI option (-c) to specify a different config file.

This commit is contained in:
Gregory Ballantine
2022-07-17 14:04:48 -04:00
parent dad3e6c1cf
commit 2e55876076
4 changed files with 60 additions and 4 deletions

View File

@@ -42,6 +42,11 @@
</properties>
<dependencies>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.tomlj</groupId>
<artifactId>tomlj</artifactId>