hercules icon indicating copy to clipboard operation
hercules copied to clipboard

Start Date not working with --devs

Open unixb0y opened this issue 4 years ago • 1 comments

Hello, another issue:
This command works as expected:

./hercules.darwin_amd64 --burndown --burndown-people repo-cache | labours -m ownership --start-date 13.11.2019

while in this case, the graph shows info from the start of the project and completely ignores the --start-date:

./hercules.darwin_amd64 --devs repo-cache | labours -m devs --start-date 13.11.2019

unixb0y avatar Mar 07 '20 02:03 unixb0y

Yes, --start-date is not implemented in the Python code for -m devs. Feel free to PR the fix everybody who sees this!

vmarkovtsev avatar Apr 05 '20 13:04 vmarkovtsev