Rain's Rust CLI recommendationsDate: 1/23/2022 · Tags: #rust, #cliPrefer to use clap with the derive feature. Try argh, pico-args for smaller bundle size. Rain's Rust CLI recommendations Command Line Applications in Rust