mecha10-cli 0.1.47

Mecha10 CLI tool
Documentation
1
2
3
4
5
6
7
//! Run command implementation
//!
//! This module is deprecated. Use the handler-based architecture in `handlers::run` instead.
//!
//! The run command is now implemented in:
//! - `packages/cli/src/handlers/run.rs` - Handler implementation
//! - `packages/cli/src/commands/run.rs` - Command Args structure