netsky 0.1.3

netsky CLI: the viable system launcher and subcommand dispatcher
Documentation
1
2
3
fn main() -> netsky_core::Result<()> {
    netsky::run(std::env::args())
}