forked from extern/nushell
port over the drop command from nushell (#358)
This commit is contained in:
@ -40,6 +40,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Def,
|
||||
Describe,
|
||||
Do,
|
||||
Drop,
|
||||
Each,
|
||||
Echo,
|
||||
ExportCommand,
|
||||
|
Reference in New Issue
Block a user