pub fn kill_process_by_port(
    arg: String,
    ports_processes: &Vec<ProcessPort>
) -> Result<String, String>