From 6deb39d75f785e40daaa14ef033bf5797f42944f Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 23 Apr 2020 17:34:04 -0400 Subject: Updated tab completion documentation --- examples/basic_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/basic_completion.py') diff --git a/examples/basic_completion.py b/examples/basic_completion.py index 9523ac67..f33029c9 100755 --- a/examples/basic_completion.py +++ b/examples/basic_completion.py @@ -4,7 +4,7 @@ A simple example demonstrating how to enable tab completion by assigning a completer function to do_* commands. This also demonstrates capabilities of the following completer features included with cmd2: - CompletionError exceptions -- delimiter_completer() +- delimiter_complete() - flag_based_complete() (see note below) - index_based_complete() (see note below) -- cgit v1.2.1