Add config_file argument parameter

This commit is contained in:
Daniel Lindmark 2024-07-21 18:56:50 -05:00
parent 17047c7cb6
commit b0fe5488ec

View File

@ -70,6 +70,10 @@ if __name__ == "__main__":
"--allspice_token",
help="Your AllSpice application token. Generate a token: https://hub.allspice.io/user/settings/applications",
)
parser.add_argument(
"--config_file",
help="Path to config file"
)
args = parser.parse_args()