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