1 2 3 4 5 6
use nftables::cli; fn main() { let args = cli::collect_command_args(); cli::handle_args(args); }