From edb33ebeecb0746578e2acb4a45b8864a4036cc3 Mon Sep 17 00:00:00 2001 From: Raptorox <70806316+Raptorox@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:16:03 +0200 Subject: [PATCH] add kill to commands --- src/command/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/command/mod.rs b/src/command/mod.rs index 20a4275..c7057d6 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -44,4 +44,8 @@ impl Command { pub fn list() -> list::ListCommand { list::ListCommand::default() } + + pub fn kill() -> kill::KillCommand { + kill::KillCommand::default() + } } \ No newline at end of file