src-d / hercules

Gaining advanced insights from Git repository history.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--start-date not working

marverix opened this issue · comments

I'm running command:

labours -i devs.pb -f pb -m devs-efforts --start-date "1 Oct 2018"

But it seems that whatever --start-date doesn't change anything.

Hi @marverix

Do you mean the filter does not work or the binary crashes or the result is empty? If the former, is it equivalent to not specifying the filter?

Thanks for reply @vmarkovtsev .

Binary is ok - just results doesn't change. There is no change on graphs if I will set --start-date or not. I tried multiple things like adding also --end-date, other param name like --start... Nothing. I also tried to put some trash like --start-date WOLOOLO and still nothing. But, if I will not give value for param - then it will crash. I didn't dig enough into the code, but it looks for me like it checks for the argument and the value... but doesn't use it?

Same happens to me. It looks like there is a disconnect between the CLI passing args to the show_devs function.