mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Adding cross-platform kill command (#1326)
* Adding kill command, unclean code * Removing old comments * Added quiet option, supports variable number of ids * Made it per_item_command, calling commands directly without the shell
This commit is contained in:
@ -271,6 +271,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
per_item_command(Calc),
|
||||
per_item_command(Mkdir),
|
||||
per_item_command(Move),
|
||||
per_item_command(Kill),
|
||||
whole_stream_command(Version),
|
||||
whole_stream_command(Clear),
|
||||
whole_stream_command(What),
|
||||
|
Reference in New Issue
Block a user