/// Generates the command context builder implementation for the given scope.
///
/// # Examples
///
/// Instantiate a valid `AppName` at compile time:
///
/// ```rust
/// use peace_code_gen::cmd_ctx_builder_impl;
///
/// cmd_ctx_builder_impl!(SingleProfileSingleFlow);
/// ```