fabianp/yep

argument problem

Opened this issue · 2 comments

When I run the command: "python -m yep -v mycode.py usps 1.0 -1"
The following appears: in fact -1 is one of my argument.

Usage: python -m yep [options] scriptfile [arg] ...

This will create a file scriptfile.prof that can be analyzed with
pprof (google-pprof on Debian-based systems).

yep.py: error: no such option: -1

Thanks for the report @zhouzhaoze. Could you submit a patch that fixes this issue ?

@fabianp yes I will