nomad-cli 0.1.0

Nomad CLI - extract structured web content
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(e) = nomad_cli::run() {
        eprintln!("Error: {e}");
        std::process::exit(1);
    }
}