mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Refactor shell switching related code (#6258)
* Refactor shell switching related code Signed-off-by: nibon7 <nibon7@163.com> * add tests Signed-off-by: nibon7 <nibon7@163.com> * fix tests Signed-off-by: nibon7 <nibon7@163.com>
This commit is contained in:
@ -41,9 +41,11 @@ mod math;
|
||||
mod merge;
|
||||
mod mkdir;
|
||||
mod move_;
|
||||
mod n;
|
||||
mod network;
|
||||
mod nu_check;
|
||||
mod open;
|
||||
mod p;
|
||||
mod parse;
|
||||
mod path;
|
||||
mod prepend;
|
||||
|
Reference in New Issue
Block a user