diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/quit.txt | 1 | ||||
-rwxr-xr-x | examples/tab_autocomp_dynamic.py | 3 | ||||
-rwxr-xr-x | examples/tab_autocompletion.py | 3 | ||||
-rw-r--r-- | examples/transcripts/quit.txt | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/examples/scripts/quit.txt b/examples/scripts/quit.txt new file mode 100644 index 00000000..ff604669 --- /dev/null +++ b/examples/scripts/quit.txt @@ -0,0 +1 @@ +quit diff --git a/examples/tab_autocomp_dynamic.py b/examples/tab_autocomp_dynamic.py index 03e46f8a..b518c013 100755 --- a/examples/tab_autocomp_dynamic.py +++ b/examples/tab_autocomp_dynamic.py @@ -2,9 +2,6 @@ # coding=utf-8 """ A example usage of AutoCompleter with delayed initialization of the argparse object - -Copyright 2018 Eric Lin <anselor@gmail.com> -Released under MIT license, see LICENSE file """ from typing import List diff --git a/examples/tab_autocompletion.py b/examples/tab_autocompletion.py index 6883c423..8f27cb90 100755 --- a/examples/tab_autocompletion.py +++ b/examples/tab_autocompletion.py @@ -2,9 +2,6 @@ # coding=utf-8 """ A example usage of the AutoCompleter - -Copyright 2018 Eric Lin <anselor@gmail.com> -Released under MIT license, see LICENSE file """ import argparse import itertools diff --git a/examples/transcripts/quit.txt b/examples/transcripts/quit.txt new file mode 100644 index 00000000..6dcf8c66 --- /dev/null +++ b/examples/transcripts/quit.txt @@ -0,0 +1 @@ +(Cmd) quit |