mit 0.1.8

MIT{,-0} license generator
Documentation
1
2
3
4
5
6
use clap::Parser;

fn main() {
    let app = mit::App::parse();
    app.run()
}