We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb41d46 commit 69b24b8Copy full SHA for 69b24b8
CHANGELOG.md
@@ -1,6 +1,8 @@
1
## 1.1.0 (TBD, 2020)
2
* Bug Fixes
3
* Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name
4
+ * Fixed bug in `ArgparseCompleter` where `fill_width` could become negative if `token_width` was large
5
+ relative to the terminal width.
6
* Enhancements
7
* Made `ipy` consistent with `py` in the following ways
8
* `ipy` returns whether any of the commands run in it returned True to stop command loop
0 commit comments