summaryrefslogtreecommitdiff
path: root/examples/tab_autocomp_dynamic.py
Commit message (Collapse)AuthorAgeFilesLines
* Using sub-command instead of subcommand where possible to be consistent with ↵Kevin Van Brunt2018-10-051-2/+2
| | | | argparse
* Copied and reduced the tab_autocompletion example to specifically exercise ↵Eric Lin2018-08-191-0/+240
updating the argparse object during init instead of durng the class construction.