gitcheck icon indicating copy to clipboard operation
gitcheck copied to clipboard

Quiet option incorrectly asks for an argument

Open tmartinfr opened this issue 9 years ago • 0 comments

$ ./gitcheck.py -h | grep -- -q
  -q, --quiet                          Display info only when repository needs action
$ ./gitcheck.py -q
option -q requires argument

In https://github.com/badele/gitcheck/blob/master/gitcheck/gitcheck.py#L472, q: should probably be replaced by just q.

tmartinfr avatar Dec 26 '16 07:12 tmartinfr