ready-set 0.1.0-alpha.1

ready, set, go: capability lifecycle orchestration for projects.
Documentation
1
2
3
4
5
6
7
//! `ready-set` dispatcher entry point.

use std::process::ExitCode;

fn main() -> ExitCode {
    ready_set::run(std::env::args_os()).into()
}