//! Command handlers for genfile CLI
//!
//! This module contains the execution logic for all commands.
//! Each handler receives a `VerifiedCommand` and `ExecutionContext`,
//! executes the operation using `genfile_core`, and returns `OutputData` or `ErrorData`.