//! Code generation commands for Clawless projects
use *;
/// Arguments for the `generate` command group
/// Generate code scaffolding for Clawless projects
///
/// This is a command group containing subcommands for generating different
/// types of code. Run with a subcommand to generate specific scaffolding.
///
/// # Examples
///
/// ```shell
/// clawless generate command my-command
/// ```
pub async