nushell/crates/nu-cli/tests
Ian Manske 7271ad7909
Pass Stack ref to Completer::fetch (#12783)
# 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`.
2024-05-09 13:38:24 +08:00
..
support Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
completions.rs Pass Stack ref to Completer::fetch (#12783) 2024-05-09 13:38:24 +08:00