1 2 3 4 5 6 7
//! CLI entry point for the jetsongpio binary. use jetsongpio::cli; fn main() { cli::run(); }