port over the drop command from nushell (#358)

This commit is contained in:
Michael Angerman
2021-11-21 11:04:20 -08:00
committed by GitHub
parent 143855b662
commit a2aaeb38ed
4 changed files with 115 additions and 0 deletions

View File

@ -40,6 +40,7 @@ pub fn create_default_context() -> EngineState {
Def,
Describe,
Do,
Drop,
Each,
Echo,
ExportCommand,