1 2 3 4 5 6 7 8 9
impl CommandGenerator { /// Create generator with common dev command templates #[must_use] pub fn new() -> Self { Self { templates: Self::default_templates(), } } }