.pre-commit-config.yaml
.prettierignore
.prettierrc
.typos.toml
CHANGELOG.md
GEMINI.md
LICENSE
MANIFEST.in
Makefile
README.md
cmd2.png
codecov.yml
mkdocs.yml
package.json
pyproject.toml
ruff.toml
cmd2/__init__.py
cmd2/annotated.py
cmd2/argparse_completer.py
cmd2/argparse_utils.py
cmd2/clipboard.py
cmd2/cmd2.py
cmd2/colors.py
cmd2/command_set.py
cmd2/completion.py
cmd2/constants.py
cmd2/decorators.py
cmd2/exceptions.py
cmd2/history.py
cmd2/parsing.py
cmd2/plugin.py
cmd2/pt_utils.py
cmd2/py.typed
cmd2/py_bridge.py
cmd2/rich_utils.py
cmd2/string_utils.py
cmd2/styles.py
cmd2/theme.py
cmd2/types.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/doc_conventions.md
docs/index.md
docs/testing.md
docs/upgrades.md
docs/api/annotated.md
docs/api/argparse_completer.md
docs/api/argparse_utils.md
docs/api/clipboard.md
docs/api/cmd.md
docs/api/colors.md
docs/api/command_set.md
docs/api/completion.md
docs/api/constants.md
docs/api/decorators.md
docs/api/exceptions.md
docs/api/history.md
docs/api/index.md
docs/api/parsing.md
docs/api/plugin.md
docs/api/pt_utils.md
docs/api/py_bridge.md
docs/api/rich_utils.md
docs/api/string_utils.md
docs/api/styles.md
docs/api/utils.md
docs/examples/alternate_event_loops.md
docs/examples/examples.md
docs/examples/getting_started.md
docs/examples/index.md
docs/features/annotated.md
docs/features/argument_processing.md
docs/features/async_commands.md
docs/features/builtin_commands.md
docs/features/clipboard.md
docs/features/commands.md
docs/features/completion.md
docs/features/disable_commands.md
docs/features/embedded_python_shells.md
docs/features/generating_output.md
docs/features/help.md
docs/features/history.md
docs/features/hooks.md
docs/features/index.md
docs/features/initialization.md
docs/features/misc.md
docs/features/modular_commands.md
docs/features/multiline_commands.md
docs/features/os.md
docs/features/packaging.md
docs/features/plugins.md
docs/features/prompt.md
docs/features/redirection.md
docs/features/scripting.md
docs/features/settings.md
docs/features/shortcuts_aliases_macros.md
docs/features/startup_commands.md
docs/features/table_creation.md
docs/features/theme.md
docs/javascripts/readthedocs.js
docs/migrating/incompatibilities.md
docs/migrating/index.md
docs/migrating/minimum.md
docs/migrating/next_steps.md
docs/migrating/why.md
docs/mixins/index.md
docs/mixins/mixin_template.md
docs/overrides/main.html
docs/overview/alternatives.md
docs/overview/index.md
docs/overview/installation.md
docs/overview/integrating.md
docs/overview/resources.md
docs/stylesheets/cmd2.css
examples/.cmd2rc
examples/README.md
examples/annotated_example.py
examples/argparse_completion.py
examples/argparse_example.py
examples/async_call.py
examples/async_commands.py
examples/async_printing.py
examples/basic_completion.py
examples/cmd2_history.dat
examples/cmd_as_argument.py
examples/color.py
examples/command_sets.py
examples/completion_item_choices.py
examples/custom_parser.py
examples/custom_types.py
examples/default_categories.py
examples/dynamic_commands.py
examples/environment.py
examples/event_loops.py
examples/exit_code.py
examples/getting_started.py
examples/hello_cmd2.py
examples/help_categories.py
examples/hooks.py
examples/migrating.py
examples/mixin.py
examples/modular_commandsets.py
examples/paged_output.py
examples/persistent_history.py
examples/pretty_print.py
examples/python_scripting.py
examples/read_input.py
examples/remove_builtin_commands.py
examples/remove_settable.py
examples/rich_tables.py
examples/rich_theme.py
examples/tmux_launch.sh
examples/tmux_split.sh
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
scripts/validate_tag.py
tests/.cmd2rc
tests/__init__.py
tests/conftest.py
tests/relative_multiple.txt
tests/script.py
tests/script.txt
tests/test_annotated.py
tests/test_argparse.py
tests/test_argparse_completer.py
tests/test_argparse_subcommands.py
tests/test_argparse_utils.py
tests/test_categories.py
tests/test_cmd2.py
tests/test_commandset.py
tests/test_completion.py
tests/test_dynamic_complete_style.py
tests/test_future_annotations.py
tests/test_history.py
tests/test_parsing.py
tests/test_plugin.py
tests/test_pt_utils.py
tests/test_py_completion.py
tests/test_rich_utils.py
tests/test_run_pyscript.py
tests/test_string_utils.py
tests/test_theme.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/stop.py
tests/pyscript/test_print.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