summaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 1ca0caba23c01a0c67be64f9b7b10112fb0bc504 (plain)
1
2
3
4
fn main() {
    eprintln!("The command-line interface is not available yet. Use the library to load an ImageSpec.");
    std::process::exit(2);
}