datum-cli 0.10.3

Command-line interface for the Datum Control Protocol
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

#[tokio::main]
async fn main() {
    std::process::exit(datum_cli::main_entry().await);
}