avocado icon indicating copy to clipboard operation
avocado copied to clipboard

Investigate tab auto complete for our command line options

Open beraldoleal opened this issue 3 years ago • 2 comments

beraldoleal avatar May 10 '21 14:05 beraldoleal

+1

pmmccorm avatar Aug 23 '21 21:08 pmmccorm

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.

samiraguiar avatar Oct 05 '21 13:10 samiraguiar