forked from extern/nushell
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:
@ -82,6 +82,7 @@ pub fn create_default_context() -> EngineState {
|
||||
IntoFilesize,
|
||||
IntoInt,
|
||||
IntoString,
|
||||
Kill,
|
||||
Last,
|
||||
Length,
|
||||
Let,
|
||||
|
Reference in New Issue
Block a user