add kill to commands

This commit is contained in:
Raptorox 2026-07-28 22:16:03 +02:00
parent 32304f4ea0
commit edb33ebeec
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8

View file

@ -44,4 +44,8 @@ impl Command {
pub fn list() -> list::ListCommand {
list::ListCommand::default()
}
pub fn kill() -> kill::KillCommand {
kill::KillCommand::default()
}
}