kjps 0.1.2

A tool to kill a java process
Documentation
1
2
3
4
5
6
mod process;
mod tui;

pub fn run() {
    tui::run().unwrap();
}