arcature-cli 2026.1.0

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

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