1 2 3 4 5 6
use clap::Parser; use std::process::ExitCode; fn main() -> ExitCode { procutils_pkill::run(procutils_pkill::Args::parse()) }