bulatb/yuno

Runtime config switching

bulatb opened this issue · 0 comments

Allow configuration settings to be changed at runtime by command-line switch. This will help with automated testing (letting Yuno test itself) and add useful flexibility for things like choosing test repos and file extensions.

Example:
--with <key name> <temporary value> [<value [<value> ...]]

For configuration settings which require lists, the --with switch should accept as many values as the user wants.