mit 0.1.4

MIT license generator
Documentation
1
2
3
4
5
6
use clap::Parser;

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