We use this functionality in a lot of our tools and I'm not seeing anything about this in the changelog/documentation.
$ python
Python 3.6.3 (v3.6.3:2c5fed86e0, Oct 3 2017, 00:32:08)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tox
>>> tox.cmdline()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: main() missing 1 required positional argument: 'args'
>>>
$ pip list
pip (9.0.1)
pluggy (0.6.0)
py (1.5.2)
setuptools (38.5.2)
six (1.11.0)
tox (3.0.0rc2)
virtualenv (15.1.0)
wheel (0.30.0)
Mac OS X 10.12.6
We use this functionality in a lot of our tools and I'm not seeing anything about this in the changelog/documentation.
Mac OS X 10.12.6