thunk-cli 0.3.3

Thunk the Rust program to support Windows XP, Vista and more!
Documentation
1
2
3
4
5
6
use clap::Parser;

fn main() {
    let thunk = thunk_cli::ThunkBuilder::parse().build().unwrap();
    thunk.run();
}