ctil / zargparse

A tool for generating zsh completion files for python command line tools that use argparse
MIT License
11 stars 2 forks source link

Support installed commands via `-m` argument #7

Open zachriggle opened 4 years ago

zachriggle commented 4 years ago

It would be nice to be able to specify an installed Python module (e.g. pwnlib.commandline.common) in addition to the specific path to a Python file.

zachriggle commented 4 years ago

This would also be useful as part of an e.g. pull request pipeline, for automatic generation.