mirror of
https://github.com/nushell/nushell.git
synced 2025-07-14 05:15:23 +02:00
# Description After the addition of the prefix tab completion support, the older `partial_from` function is left with a single invocation. This PR moves the code inside the function to the point of invocation. # User-Facing Changes No user facing changes. # Tests + Formatting Tests are passing.