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