ziro 0.0.25

Cross-platform port management tool - quickly find and kill processes occupying ports
Documentation
1
2
3
4
5
6
7
pub mod args;
pub mod handlers;

pub use args::{Cli, Commands};
pub use handlers::{
    RemoveOptions, handle_find, handle_kill, handle_list, handle_remove, handle_top, handle_who,
};