add kill to commands
This commit is contained in:
parent
32304f4ea0
commit
edb33ebeec
1 changed files with 4 additions and 0 deletions
|
|
@ -44,4 +44,8 @@ impl Command {
|
||||||
pub fn list() -> list::ListCommand {
|
pub fn list() -> list::ListCommand {
|
||||||
list::ListCommand::default()
|
list::ListCommand::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn kill() -> kill::KillCommand {
|
||||||
|
kill::KillCommand::default()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue