1 2 3 4 5 6
use clap::Parser; fn main() { let thunk = thunk_cli::ThunkBuilder::parse().build().unwrap(); thunk.run(); }