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 fd3ad3d commit f5c904cCopy full SHA for f5c904c
CHANGELOG.md
@@ -2,6 +2,7 @@
2
* Bug Fixes
3
* Fixed a bug in how redirection and piping worked inside ``py`` or ``pyscript`` commands
4
* Fixed bug in `async_alert` where it didn't account for prompts that contained newline characters
5
+ * Fixed path completion case when CWD is just a slash. Relative path matches were incorrectly prepended with a slash.
6
* Enhancements
7
* Added ability to include command name placeholders in the message printed when trying to run a disabled command.
8
* See docstring for ``disable_command()`` or ``disable_category()`` for more details.
0 commit comments