arcature-cli 2026.1.0

Developer lifecycle CLI for Arcature applications.
Documentation
1
2
3
4
5
mod command_error;
mod db_error;

pub(crate) use command_error::CommandError;
pub(crate) use db_error::DbCommandError;