Make config overwriteable via CLI arg#191
Conversation
|
Hey, |
|
To point it to another configuration file. |
|
Can we merge this? |
|
Sorry to take that much time to review this PR. I think the configuration ( Then, you can update That way, you don't need to update the trait, you just have to catch the global attribute in every command and call it like |
|
That does not work, because in the command implementation we do not have access to the For example, in the |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
0741735 to
00c6ec9
Compare
Hi,
found this wonderful tool and figured that I want to be able to pass alternative configuration files to it, but found that there's no CLI arg for that yet, so I hacked something.
This is not tested at all, because I wanted to get your opinion first!
Have a great weekend!