We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19312f4 commit 7fe5cf7Copy full SHA for 7fe5cf7
examples/basic_completion.py
@@ -11,6 +11,8 @@
11
familiar with argparse. The recommended approach for tab completing positional tokens and flags is to use
12
argparse-based completion. For an example integrating tab completion with argparse, see argparse_completion.py
13
"""
14
+import functools
15
+
16
import cmd2
17
18
# List of strings used with completion functions
0 commit comments