Port over the clear command from nushell (#373)

* Port over the clear command from nushell

* cargo fmt
This commit is contained in:
Andrew
2021-11-28 09:32:44 +01:00
committed by GitHub
parent 8c0fa0d26e
commit e1e7e94261
5 changed files with 61 additions and 0 deletions

View File

@ -26,6 +26,7 @@ pub fn create_default_context() -> EngineState {
Benchmark,
BuildString,
Cd,
Clear,
Collect,
Cp,
Date,