konflux-ci / rpm-lockfile-prototype

GNU General Public License v3.0
3 stars 10 forks source link

Allow setting options via config file #20

Closed lubomir closed 3 months ago

lubomir commented 3 months ago

Using command line options is not always practical. This patch makes it possible to set the options in the input config file too.

When both the config and CLI option is provided, the CLI will will (though this only makes sense for non-boolean options).

Fixes: #17