Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow -i to Accept Issue Range #60

Open
envisionnw opened this issue Mar 21, 2017 · 0 comments
Open

Allow -i to Accept Issue Range #60

envisionnw opened this issue Mar 21, 2017 · 0 comments

Comments

@envisionnw
Copy link

This enhancement would make imports even easier.

Instead of:
>>> sys.argv = ["","-i","29","30","31","32","33","34","35","36","37","38","39","40","41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60","61","62","63","64","65","66","67","68","69","70","71","72","73","74","75","76","77","78","79","80","81","82","83","84","85","86","87","88","89","90","91","92","93","94"]
Allow a range:

>>> import runpy
>>> import sys
>>> sys.argv = ["","-i","29-94"]

End result would be the same.
Of course this assumes that > 30 issues can be handled in one call...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant