aragaer / maki-uchi

2 stars 0 forks source link

Daily count is fixed #4

Open aragaer opened 6 years ago

aragaer commented 6 years ago

Some people might prefer doing 20 or 30 or even 100 maki-uchi per day. Currently the hardcoded daily income is 10.

The first line in log file should contain the required daily income. It could also be specified as a command line parameter in which case it overrides the value in the file (this could be used to change the current value and rearrange past maki-uchi).

When a new file is created and the command line parameter is not specified, the value should be 10. The same goes for "old" file format that doesn't have the value specified.

aragaer commented 6 years ago

This issue depends on #3