1 2 3 4 5 6
use chest_rs::{AppResult, Chest}; use clap::Parser; fn main() -> AppResult<()> { Chest::parse().run() }