Expand description
ACTR-CLI 核心复用组件模块
实现统一的CLI复用架构,通过8个核心组件和3个操作管道 提供一致的用户体验和高代码复用率。
Re-exports§
pub use components::*;pub use container::*;pub use error::*;pub use pipelines::*;
Modules§
- components
- 核心复用组件定义
- container
- 依赖注入容器
- error
- 统一错误处理
- pipelines
- 操作管道定义