Port over the kill command from nushell (#381)

* Port over the kill command from nushell

* Update formatting

* Improve error message by combining signal spans
This commit is contained in:
Andrew
2021-11-29 19:21:55 +01:00
committed by GitHub
parent bab8f6bd28
commit 5de12da765
4 changed files with 162 additions and 0 deletions

View File

@ -82,6 +82,7 @@ pub fn create_default_context() -> EngineState {
IntoFilesize,
IntoInt,
IntoString,
Kill,
Last,
Length,
Let,