CHANGELOG.md
LICENSE
MANIFEST.in
Pipfile
README.md
cmd2.png
noxfile.py
pyproject.toml
setup.cfg
setup.py
tasks.py
cmd2/__init__.py
cmd2/ansi.py
cmd2/argparse_completer.py
cmd2/argparse_custom.py
cmd2/clipboard.py
cmd2/cmd2.py
cmd2/command_definition.py
cmd2/constants.py
cmd2/decorators.py
cmd2/exceptions.py
cmd2/history.py
cmd2/parsing.py
cmd2/plugin.py
cmd2/py.typed
cmd2/py_bridge.py
cmd2/rl_utils.py
cmd2/table_creator.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
docs/Makefile
docs/conf.py
docs/doc_conventions.rst
docs/index.rst
docs/make.bat
docs/testing.rst
docs/api/ansi.rst
docs/api/argparse_completer.rst
docs/api/argparse_custom.rst
docs/api/cmd.rst
docs/api/command_definition.rst
docs/api/constants.rst
docs/api/decorators.rst
docs/api/exceptions.rst
docs/api/history.rst
docs/api/index.rst
docs/api/parsing.rst
docs/api/plugin.rst
docs/api/plugin_external_test.rst
docs/api/py_bridge.rst
docs/api/table_creator.rst
docs/api/utils.rst
docs/examples/alternate_event_loops.rst
docs/examples/first_app.rst
docs/examples/index.rst
docs/features/argument_processing.rst
docs/features/builtin_commands.rst
docs/features/clipboard.rst
docs/features/commands.rst
docs/features/completion.rst
docs/features/disable_commands.rst
docs/features/embedded_python_shells.rst
docs/features/generating_output.rst
docs/features/help.rst
docs/features/history.rst
docs/features/hooks.rst
docs/features/index.rst
docs/features/initialization.rst
docs/features/misc.rst
docs/features/modular_commands.rst
docs/features/multiline_commands.rst
docs/features/os.rst
docs/features/packaging.rst
docs/features/plugins.rst
docs/features/prompt.rst
docs/features/redirection.rst
docs/features/scripting.rst
docs/features/settings.rst
docs/features/shortcuts_aliases_macros.rst
docs/features/startup_commands.rst
docs/features/table_creation.rst
docs/features/transcripts.rst
docs/migrating/incompatibilities.rst
docs/migrating/index.rst
docs/migrating/minimum.rst
docs/migrating/next_steps.rst
docs/migrating/summary.rst
docs/migrating/why.rst
docs/overview/alternatives.rst
docs/overview/index.rst
docs/overview/installation.rst
docs/overview/integrating.rst
docs/overview/resources.rst
docs/overview/summary.rst
docs/plugins/external_test.rst
docs/plugins/index.rst
examples/.cmd2rc
examples/alias_startup.py
examples/arg_decorators.py
examples/arg_print.py
examples/argparse_completion.py
examples/async_printing.py
examples/basic.py
examples/basic_completion.py
examples/cmd2_history.dat
examples/cmd_as_argument.py
examples/colors.py
examples/custom_parser.py
examples/decorator_example.py
examples/default_categories.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/initialization.py
examples/migrating.py
examples/modular_commands_basic.py
examples/modular_commands_dynamic.py
examples/modular_commands_main.py
examples/modular_subcommands.py
examples/override_parser.py
examples/paged_output.py
examples/persistent_history.py
examples/pirate.py
examples/plumbum_colors.py
examples/python_scripting.py
examples/read_input.py
examples/remove_builtin_commands.py
examples/remove_settable.py
examples/subcommands.py
examples/table_creation.py
examples/unicode_commands.py
examples/modular_commands/__init__.py
examples/modular_commands/commandset_basic.py
examples/modular_commands/commandset_complex.py
examples/modular_commands/commandset_custominit.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
plugins/README.txt
plugins/tasks.py
plugins/ext_test/CHANGELOG.md
plugins/ext_test/README.md
plugins/ext_test/build-pyenvs.sh
plugins/ext_test/noxfile.py
plugins/ext_test/setup.py
plugins/ext_test/tasks.py
plugins/ext_test/cmd2_ext_test/__init__.py
plugins/ext_test/cmd2_ext_test/cmd2_ext_test.py
plugins/ext_test/cmd2_ext_test/py.typed
plugins/ext_test/cmd2_ext_test/pylintrc
plugins/ext_test/examples/example.py
plugins/ext_test/tests/__init__.py
plugins/ext_test/tests/pylintrc
plugins/ext_test/tests/test_ext_test.py
plugins/template/CHANGELOG.md
plugins/template/LICENSE
plugins/template/README.md
plugins/template/build-pyenvs.sh
plugins/template/noxfile.py
plugins/template/setup.py
plugins/template/tasks.py
plugins/template/cmd2_myplugin/__init__.py
plugins/template/cmd2_myplugin/myplugin.py
plugins/template/cmd2_myplugin/pylintrc
plugins/template/examples/example.py
plugins/template/tests/__init__.py
plugins/template/tests/pylintrc
plugins/template/tests/test_myplugin.py
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_table_creator.py
tests/test_transcript.py
tests/test_utils.py
tests/test_utils_defining_class.py
tests/pyscript/echo.py
tests/pyscript/environment.py
tests/pyscript/help.py
tests/pyscript/py_locals.py
tests/pyscript/pyscript_dir.py
tests/pyscript/raises_exception.py
tests/pyscript/recursive.py
tests/pyscript/self_in_py.py
tests/pyscript/stdout_capture.py
tests/pyscript/stop.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
tests_isolated/__init__.py
tests_isolated/test_commandset/__init__.py
tests_isolated/test_commandset/conftest.py
tests_isolated/test_commandset/test_argparse_subcommands.py
tests_isolated/test_commandset/test_categories.py
tests_isolated/test_commandset/test_commandset.py