mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
7271ad7909
# Description Adds an additional `&Stack` parameter to `Completer::fetch` so that the completers don't have to store a `Stack` themselves. I also removed unnecessary `EngineState`s from the completers, since the same `EngineState` is available in the `working_set.permanent_state` also passed to `Completer::fetch`. |
||
---|---|---|
.. | ||
support | ||
completions.rs |