avocado
avocado copied to clipboard
Investigate tab auto complete for our command line options
+1
We have a custom Python CLI tool for our QA environment and we ended up choosing argcomplete
for this job. Very little code is required as it generates autocomplete suggestions from the argument parser object. So far it's working nice for us, might be a candidate for you to check up.