1 2 3 4 5 6
//! CLI extensions for the composable scaffolding engine. //! //! This module will contain the extended CLI argument definitions //! (e.g., `--addon`, `--dry-run`, `--preview`, `--template-dir`). // Will be implemented in a later task.