Some default args are quite long, like --skip-bodhi-comments, and instead of requiring users to write it every time when invoking FEK, it would be nice if they could specify default args in a config file.
--skip-bodhi-comments
Example: youtube-dl simply reads the config file add then passes those options to the command line parser: https://github.com/ytdl-org/youtube-dl/blob/master/README.md#configuration
Metadata Update from @lruzicka: - Issue assigned to lruzicka
Sure, this a good idea. I will work on it.
Metadata Update from @lruzicka: - Custom field story_points adjusted to 2
Metadata Update from @lruzicka: - Custom field story_points adjusted to 3 (was: 2)
I realized that the logic of this would have to be a little more complex than I expected, so I increase the complexity a little bit as it took me some time to figure out what I really want.
A PR is in #47
Commit 15eacf7 fixes this issue
Log in to comment on this ticket.