//! Command line runner for the cordis-rs plugin framework.
//!//! **Status: placeholder.** This crate is under active development as part of
//! the cordis-rs workspace. See the repository for the roadmap.
fnmain(){eprintln!("cordis-cli {} (placeholder, under development)",env!("CARGO_PKG_VERSION"));eprintln!("See https://github.com/dshbox/cordis-rs for the roadmap.");}