rhei-cli 0.3.0

Command-line driver for the Rhei agent runtime.
Documentation
1
2
3
4
5
6
// Primary entry point. All CLI logic lives in the library target so the `rh`
// alias binary links the same compiled code instead of rebuilding it.
// §FS-rhei-distribution.1
fn main() {
    rhei_cli::run();
}