//! Common imports and re-exports for CLI commands
// Core CLI types and error handling
pub use crate;
pub use crateruntime_helper;
// clap-noun-verb types (use carefully - convert to GgenError)
pub use Args;
pub use Result as ClapNounVerbResult;
pub use verb;
// Standard library types
pub use fs;
pub use ;
pub use PathBuf;