Open zsimic opened 9 months ago
Would be very convenient if a short form for --python-version was available, like -p, and if major.minor was accepted, such that we could run:
--python-version
-p
major.minor
honesty deps -p3.7 requests
Yeah, with the caveat that it will pick an arbitrary patch version (probably 0), this is easily possible. 0.3.0b1 also defaults to the current python version, because that seemed better than defaulting to 3.7 :)
Would be very convenient if a short form for
--python-version
was available, like-p
, and ifmajor.minor
was accepted, such that we could run: