aristo-cli 0.1.0

Aristo CLI binary (the `aristo` command).
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    aristo_cli::run()
}