summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1216-rich-print-mixinInitial rich mixin classEric Lin3 years
2.0Merge branch 'master' into 2.0Todd Leonhardt4 years
async_promptUpdated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt4 years
blackMerge branch 'master' into blackTodd Leonhardt4 years
black_configAdded black to Pipfile and black configuration to pyrpoject.tomlTodd Leonhardt4 years
blank_promptFixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...Kevin Van Brunt4 years
border_colorAdded ability to set border background color on BorderTables and AlternatingT...Kevin Van Brunt4 years
ci_improvementsAdds pre-commit config to run various lintersxNinjaKittyx5 years
cmdset_settablesResolves comments from PREric Lin4 years
codeqlOnboard to GitHub CodeQL security scanningTodd Leonhardt5 years
colored_simple_tableAdded ability to colorize all aspects of SimpleTablesKevin Van Brunt4 years
colored_tablesAdded ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt4 years
colored_tables_origAdded ability to colorize all aspects of BorderedTable and AlternatingTableKevin Van Brunt4 years
column_spacingMade the amount of space between columns in a SimpleTable configurableKevin Van Brunt4 years
complete_flag_namesFixed example codeKevin Van Brunt4 years
completion_item_choicesArgparseCompleter now sorts CompletionItems created with numerical values as ...Kevin Van Brunt4 years
ctrl-cStopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt4 years
ctrl-ddo_eof() now just calls the quit functionKevin Van Brunt4 years
custom_command_completerUpdated documentation for setting custom parsersKevin Van Brunt4 years
custom_completer_refactorAdded ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt4 years
dashesMerge branch 'master' into dasheskotfu5 years
default_categoriesStart to some improvements to default categories. Next: tag CommandSet classe...Eric Lin5 years
duplicate_subcommandFixed issue where instantiating more than one cmd2-based class which uses the...Kevin Van Brunt5 years
editorsFix unit test that was failing when EDITOR environment variable was setTodd Leonhardt5 years
enh_default_categoriesMinor type hinting fixes.Eric Lin5 years
error_cleanupReplaced some pexcept() calls with perror().Kevin Van Brunt4 years
exception_passthroughAdded cmd2.exceptions.PassThroughExceptionKevin Van Brunt4 years
exit_codeNo longer using -1 as an exit codeKevin Van Brunt4 years
ext_test_0_2Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 releaseEric Lin5 years
extended_colorsAdded support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt4 years
f-stringsIncreased unit test coverage for pexcept()Kevin Van Brunt4 years
fix_broken_unit_testSkip a test which is failing on Python 3.8 and 3.9 for now to fix a unit testTodd Leonhardt4 years
fix_hintfixes the type hint in exampleEric Lin5 years
github_actionsRemoved CONTRIBUTING.md file from the manifest (i.e. from the PyPI package)Todd Leonhardt4 years
header_tabsFixed FileNotFoundError which occurred when running 'history --clear' and no ...Kevin Van Brunt4 years
history_fixMerge branch 'master' into history_fixTodd Leonhardt4 years
import_wrappingChanged isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin4 years
ipy_localsFixed type hintsKevin Van Brunt4 years
last_resultAll cmd2 built-in commands now populate self.last_resultKevin Van Brunt4 years
masterMake sys.stdout check clearer.Andrew Clark IV2 years
miscUpdated documentationKevin Van Brunt4 years
move_attachMerge branch 'master' into move_attachKevin Van Brunt5 years
mypy_continuedAdd mypy validation actionEric Lin4 years
mypy_explicit_exportChanged CommandResult.stderr to a str instead of Optional[str]Kevin Van Brunt4 years
nested_tableAdded settings to Column class which prevent a table from overriding existing...Kevin Van Brunt4 years
nested_table_origAdded settings to Column class which prevent a table from overriding existing...Kevin Van Brunt4 years
ns_fixFixed issue where a ns_provider could be passed None instead of its correct c...Kevin Van Brunt4 years
ordered_historyChanged History to use OrderDict to support Python 3.6 in non-CPython environ...Kevin Van Brunt4 years
pep561Added py.typed to signal that we support type annotations for PEP-561. Fixes ...Eric Lin4 years
plugin_versionRemoved relative_toEric Lin4 years
poutput-psuccessUpdating docs intersphinx to latestEric Lin2 years
prompt_errorFixed AttributeError in rl_get_prompt() when prompt is None.Kevin Van Brunt4 years
py_refactorRenamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt4 years
pypy_fixAdded handling for OSError caused by trying to load a GNU readline shared lib...Kevin Van Brunt4 years
redirected_aliasesFixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt5 years
settable_hintFixed bug where setting always_show_hint=True did not show a hint when comple...Kevin Van Brunt5 years
silenceSmall refactorKevin Van Brunt5 years
silence_startup_scriptRenamed silent_startup_script to silence_startup_script for clarityKevin Van Brunt4 years
silent_startMerge branch 'master' into silent_startTodd Leonhardt4 years
table_newlineFixed issue where TableCreator was tossing blank last linesKevin Van Brunt4 years
topic_widthUpdated documentationKevin Van Brunt4 years
unit_testsAdded self.last_result unit tests for the history command.Kevin Van Brunt4 years
util_fixesShared implementation of write it StdSimEric Lin4 years
win_tab_crashFixed tab completion crash on WindowsKevin Van Brunt5 years