git-util icon indicating copy to clipboard operation
git-util copied to clipboard

git-q doesn't have usage()

Open petdance opened this issue 6 years ago • 0 comments

git-q starts

if len(argv) < 3: usage()

but there is no usage function to call.

petdance avatar Jun 17 '19 20:06 petdance