forked from extern/nushell
Port over the clear command from nushell (#373)
* Port over the clear command from nushell * cargo fmt
This commit is contained in:
@ -26,6 +26,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Benchmark,
|
||||
BuildString,
|
||||
Cd,
|
||||
Clear,
|
||||
Collect,
|
||||
Cp,
|
||||
Date,
|
||||
|
Reference in New Issue
Block a user