nushell/crates/nu-cli
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
..
src Fix autoenv executing scripts multiple times (#2171) 2020-07-15 07:16:50 +12:00
tests Make str more strict. (#2173) 2020-07-14 10:04:00 -05:00
Cargo.toml Add 'str from' subcommand (#2125) 2020-07-12 15:57:39 +12:00