yields / phony

Tiny command line fake data generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tick of 0s causes deadlock

abraithwaite opened this issue · comments

Deadlock causes a panic. New implementation causes a panic. Seems like something could be handled more cleanly in the implementation.

hmm, can you elaborate?

  phony (master) go run main.go --tick 0
phony: --tick must be a positive interval, got "0s"
exit status 1

Ah, I missed the other PR:

#13