@@ -27,17 +27,17 @@ shell, and the option for a persistent bottom bar that can display realtime stat
2727 ` cmd2.Cmd.async_alert `
2828 - Removed ` cmd2.Cmd.async_refresh_prompt ` and ` cmd2.Cmd.need_prompt_refresh ` as they are no
2929 longer needed
30- - ` completer ` functions must now return a ` cmd2.Completions ` object instead of ` list[str] ` .
31- - ` choices_provider ` functions must now return a ` cmd2.Choices ` object instead of ` list[str] ` .
32- - An argparse argument's ` descriptive_headers ` field is now called ` table_header ` .
33- - ` CompletionItem.descriptive_data ` is now called ` CompletionItem.table_row ` .
34- - ` Cmd.default_sort_key ` moved to ` utils.DEFAULT_STR_SORT_KEY ` .
35- - Moved completion state data, which previously resided in ` Cmd ` , into other classes.
36- 1 . ` Cmd.matches_sorted ` -> ` Completions.is_sorted ` and ` Choices.is_sorted `
37- 1 . ` Cmd.completion_hint ` -> ` Completions.completion_hint `
38- 1 . ` Cmd.formatted_completions ` -> ` Completions.completion_table `
39- 1 . ` Cmd.matches_delimited ` -> ` Completions.is_delimited `
40- 1 . ` Cmd.allow_appended_space/allow_closing_quote ` -> ` Completions.allow_finalization `
30+ - ` completer ` functions must now return a ` cmd2.Completions ` object instead of ` list[str] ` .
31+ - ` choices_provider ` functions must now return a ` cmd2.Choices ` object instead of ` list[str] ` .
32+ - An argparse argument's ` descriptive_headers ` field is now called ` table_header ` .
33+ - ` CompletionItem.descriptive_data ` is now called ` CompletionItem.table_row ` .
34+ - ` Cmd.default_sort_key ` moved to ` utils.DEFAULT_STR_SORT_KEY ` .
35+ - Moved completion state data, which previously resided in ` Cmd ` , into other classes.
36+ 1 . ` Cmd.matches_sorted ` -> ` Completions.is_sorted ` and ` Choices.is_sorted `
37+ 1 . ` Cmd.completion_hint ` -> ` Completions.completion_hint `
38+ 1 . ` Cmd.formatted_completions ` -> ` Completions.completion_table `
39+ 1 . ` Cmd.matches_delimited ` -> ` Completions.is_delimited `
40+ 1 . ` Cmd.allow_appended_space/allow_closing_quote ` -> ` Completions.allow_finalization `
4141- Enhancements
4242 - New ` cmd2.Cmd ` parameters
4343 - ** auto_suggest** : (boolean) if ` True ` , provide fish shell style auto-suggestions. These
0 commit comments