arcature-cli 2026.0.0

Developer lifecycle CLI for Arcature applications.
Documentation
1
2
3
4
5
6
7
mod command;
mod parse;
mod run;

pub(crate) use command::{CliCommand, DbCommand, FrontendArg, NewOptions, OutputFormat};
pub(crate) use parse::parse;
pub use run::run;