microproduct/deformation-sentiral/ISCEApp_test/site-packages/tox/cli.py

12 lines
219 B
Python
Raw Normal View History

2024-02-01 06:24:55 +00:00
from tox.config import Parser, get_plugin_manager
def cli_parser():
parser = Parser()
pm = get_plugin_manager(tuple())
pm.hook.tox_addoption(parser=parser)
return parser.argparser
cli = cli_parser()