CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.py
tox.ini
cmd2/__init__.py
cmd2/ansi.py
cmd2/argparse_completer.py
cmd2/argparse_custom.py
cmd2/clipboard.py
cmd2/cmd2.py
cmd2/constants.py
cmd2/decorators.py
cmd2/history.py
cmd2/parsing.py
cmd2/plugin.py
cmd2/py_bridge.py
cmd2/rl_utils.py
cmd2/transcript.py
cmd2/utils.py
cmd2.egg-info/PKG-INFO
cmd2.egg-info/SOURCES.txt
cmd2.egg-info/dependency_links.txt
cmd2.egg-info/requires.txt
cmd2.egg-info/top_level.txt
examples/.cmd2rc
examples/alias_startup.py
examples/arg_decorators.py
examples/arg_print.py
examples/async_printing.py
examples/basic.py
examples/cmd_as_argument.py
examples/colors.py
examples/decorator_example.py
examples/dynamic_commands.py
examples/environment.py
examples/event_loops.py
examples/example.py
examples/exit_code.py
examples/first_app.py
examples/hello_cmd2.py
examples/help_categories.py
examples/hooks.py
examples/migrating.py
examples/paged_output.py
examples/persistent_history.py
examples/pirate.py
examples/plumbum_colors.py
examples/python_scripting.py
examples/remove_builtin_commands.py
examples/subcommands.py
examples/tab_autocompletion.py
examples/tab_completion.py
examples/table_display.py
examples/unicode_commands.py
examples/scripts/arg_printer.py
examples/scripts/conditional.py
examples/scripts/nested.txt
examples/scripts/quit.txt
examples/scripts/save_help_text.py
examples/scripts/script.py
examples/scripts/script.txt
examples/transcripts/exampleSession.txt
examples/transcripts/pirate.transcript
examples/transcripts/quit.txt
examples/transcripts/transcript_regex.txt
tests/.cmd2rc
tests/__init__.py
tests/conftest.py
tests/relative_multiple.txt
tests/script.py
tests/script.txt
tests/test_ansi.py
tests/test_argparse.py
tests/test_argparse_completer.py
tests/test_argparse_custom.py
tests/test_cmd2.py
tests/test_completion.py
tests/test_history.py
tests/test_parsing.py
tests/test_plugin.py
tests/test_run_pyscript.py
tests/test_transcript.py
tests/test_utils.py
tests/pyscript/help.py
tests/pyscript/pyscript_dir.py
tests/pyscript/raises_exception.py
tests/pyscript/recursive.py
tests/pyscript/run.py
tests/pyscript/stdout_capture.py
tests/pyscript/stop.py
tests/pyscript/to_run.py
tests/scripts/binary.bin
tests/scripts/empty.txt
tests/scripts/help.txt
tests/scripts/nested.txt
tests/scripts/one_down.txt
tests/scripts/postcmds.txt
tests/scripts/precmds.txt
tests/scripts/utf8.txt
tests/transcripts/bol_eol.txt
tests/transcripts/characterclass.txt
tests/transcripts/dotstar.txt
tests/transcripts/extension_notation.txt
tests/transcripts/failure.txt
tests/transcripts/from_cmdloop.txt
tests/transcripts/multiline_no_regex.txt
tests/transcripts/multiline_regex.txt
tests/transcripts/no_output.txt
tests/transcripts/no_output_last.txt
tests/transcripts/regex_set.txt
tests/transcripts/singleslash.txt
tests/transcripts/slashes_escaped.txt
tests/transcripts/slashslash.txt
tests/transcripts/spaces.txt
tests/transcripts/word_boundaries.txt