fix: When given a "--name", the entire string would be lowercased, except for the first letter, for certain functions. For example, given the name "SomeThing", the function "WithSomethingLogger" would be generated, where instead "WithSomeThingLogger" should have been generated. This has now been fixed and a regression test added.
502a7f3Mads R. Havmand17mo ago