diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-15 22:59:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-15 22:59:54 -0400 |
| commit | 9bbebbd312dbe0331510f39cd6de70f4d9dcefa8 (patch) | |
| tree | ef224bb15175be33c5fff45cf3b2dcfbb6b04471 /examples/tab_completion.py | |
| parent | ab3a01517a18582d1bcd35d728482e73ac707b20 (diff) | |
| parent | 94b424e9c41f99c6eb268c6c97f09e99a8342de8 (diff) | |
| download | cmd2-git-9bbebbd312dbe0331510f39cd6de70f4d9dcefa8.tar.gz | |
Merge branch 'master' into migrating_docs
Diffstat (limited to 'examples/tab_completion.py')
| -rwxr-xr-x | examples/tab_completion.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/tab_completion.py b/examples/tab_completion.py index 48d7cb05..2830b002 100755 --- a/examples/tab_completion.py +++ b/examples/tab_completion.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # coding=utf-8 -"""A simple example demonstrating how to use flag and index based tab-completion functions +""" +A simple example demonstrating how to use flag and index based tab-completion functions +For argparse-based tab completion, see tab_autocompletion.py """ import argparse |
