Lucretiel / autocommand

Autocommand turns a python function into a CLI program
GNU Lesser General Public License v3.0
53 stars 9 forks source link

Add argcomplete support. #11

Open Lucretiel opened 8 years ago

Lucretiel commented 8 years ago

argcomplete is a library that enables shell completion in argparse-enabled Python projects. As long as we're automatically creating and running an argparse parser, we may as well add support for completions.