fn main() {
println!(
"reef-cli {} — pre-release placeholder.\n\
\n\
The Reef framework is in active development.\n\
See https://reef.rs and https://github.com/reef-rs/reef for status.\n\
\n\
For the current CLI (subcommand form), use:\n\
\x20 cargo install cargo-reef\n\
\x20 cargo reef new my-app\n",
env!("CARGO_PKG_VERSION"),
);
}