It would be nice if I could override configuration values provided in my config file. At the moment I get an error such as The argument '--theme <THEME>' was provided more than once, but cannot be used multiple times. Use case of this is say I have my theme set to Catppuccin Frappe in the configuration file, and sometimes I want to change that to Dracula just for some screenshots.
It would be nice if I could override configuration values provided in my config file. At the moment I get an error such as
The argument '--theme <THEME>' was provided more than once, but cannot be used multiple times
. Use case of this is say I have my theme set toCatppuccin Frappe
in the configuration file, and sometimes I want to change that toDracula
just for some screenshots.