summaryrefslogtreecommitdiff
path: root/cmd2/argcomplete_bridge.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/argcomplete_bridge.py')
-rw-r--r--cmd2/argcomplete_bridge.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/argcomplete_bridge.py b/cmd2/argcomplete_bridge.py
index 51e856ef..885cea31 100644
--- a/cmd2/argcomplete_bridge.py
+++ b/cmd2/argcomplete_bridge.py
@@ -28,7 +28,6 @@ else:
from . import constants
from . import utils
-
def tokens_for_completion(line: str, endidx: int) -> Union[Tuple[List[str], List[str], int, int],
Tuple[None, None, None, None]]:
"""
@@ -254,7 +253,6 @@ else:
argcomplete.debug_stream.flush()
exit_method(0)
-
def bash_complete(action, show_hint: bool = True):
"""Helper function to configure an argparse action to fall back to bash completion.