kilar 0.2.4

A powerful CLI tool for managing port processes - quickly find and terminate processes using specific ports
Documentation
1
2
3
4
5
6
7
pub mod check;
pub mod kill;
pub mod list;

pub use check::CheckCommand;
pub use kill::KillCommand;
pub use list::ListCommand;