pyenvs command entrypoint
entrypoint()
The pyenvs command entrypoint.
multienv/pyenvs.py
def entrypoint(): """The pyenvs command entrypoint.""" commands = { 'info': _info, 'config': _config } ns: Namespace = _create_parser().parse_args() commands[ns.CMD](ns)
From here you can search these documents. Enter your search terms below.