mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
* Show directories and executable for command completion. Previously we chose from two sets for completing the command position: 1. internal commands, and 2. executables relative to the PATH environment variable. We now also show directories/executables that match the relative/absolute path that has been partially typed. * Fix for Windows