summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_python_module-venv
AgeCommit message (Collapse)AuthorFilesLines
2025-02-2853393: Complete python module argumentsRonan Pigott1-0/+14
Python modules can behave like commands in their own right. This allows modules to define _python_module-* functions that are used to complete module arguments. Also gets the ball rolling by defining completions for venv, http.server, and json.tool.