Skip to content

Commit fcccd88

Browse files
committed
Updated documentation
1 parent c6f5999 commit fcccd88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Added more control over tab completion behavior including the following flags. The use of these flags is documented in cmd2.py
1111
* ``allow_appended_space``
1212
* ``allow_closing_quote``
13+
* Due to the tab completion changes, non-Windows platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth).
1314

1415
* Attribute Changes (Breaks backward compatibility)
1516
* ``exclude_from_help`` is now called ``hidden_commands`` since these commands are hidden from things other than help, including tab completion

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ pip install -U cmd2
6161
cmd2 works with Python 2.7 and Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with
6262
the only 3rd-party dependencies being on [six](https://pypi.python.org/pypi/six),
6363
[pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip).
64-
Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline) and Python
64+
Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline). Non-Windows platforms
65+
have an additional dependency on [wcwidth](https://pypi.python.org/pypi/wcwidth). Finally, Python
6566
3.4 and earlier have an additional dependency on [contextlib2](https://pypi.python.org/pypi/contextlib2).
6667

6768
For information on other installation options, see

0 commit comments

Comments
 (0)