nushell/tests/shell/pipeline/commands
Sam Hedin 80d2a7ee7a
Fix autoenv executing scripts multiple times (#2171)
* Fix autoenv executing scripts multiple times

Previously, if the user had only specified entry or exitscripts the scripts
would execute many times. This should be fixed now

* Add tests

* Run exitscripts

* More tests and fixes to existing tests

* Test solution with visited dirs

* Track visited directories

* Comments and fmt
2020-07-15 07:16:50 +12:00
..
external.rs Remove custom escaping for external args. (#2095) 2020-07-03 11:29:28 +12:00
internal.rs Fix autoenv executing scripts multiple times (#2171) 2020-07-15 07:16:50 +12:00
mod.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00