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:
Alex
2020-02-01 19:46:28 +01:00
committed by GitHub
parent dcdfa2a866
commit 5b398d2ed2
3 changed files with 107 additions and 0 deletions

View File

@ -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),