#38 Allow to specify default args in a config file
Closed: Fixed 16 days ago by lruzicka. Opened 3 months ago by kparal.

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.


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

3 months ago

Sure, this a good idea. I will work on it.

Metadata Update from @lruzicka:
- Custom field story_points adjusted to 2

3 months ago

Metadata Update from @lruzicka:
- Custom field story_points adjusted to 3 (was: 2)

2 months ago

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.

Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #47 Merged 16 days ago