Refactor shell listing related code (#6262)

* Refactor shell listing related code

Signed-off-by: nibon7 <nibon7@163.com>

* add test

Signed-off-by: nibon7 <nibon7@163.com>
This commit is contained in:
nibon7
2022-08-08 19:31:24 +08:00
committed by GitHub
parent 8b55757a0b
commit 2f0cb044a5
5 changed files with 71 additions and 66 deletions

View File

@ -65,6 +65,7 @@ mod run_external;
mod save;
mod select;
mod semicolon;
mod shells;
mod skip;
mod sort_by;
mod source;