[1.0.0-alpha.3](https://github.com/nickderobertis/cliconf/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-06-20)
Bug Fixes
* Fix issues that made the CLIs work in tests but not from command line ([cc92292](https://github.com/nickderobertis/cliconf/commit/cc922922ae85ff77268895f78a7f562da9231026))
* Get --help working and exit properly ([44fff11](https://github.com/nickderobertis/cliconf/commit/44fff112f0d786a7e17f148833ed89c5ba80acf6))
* Ignore typing issues ([b85396b](https://github.com/nickderobertis/cliconf/commit/b85396b55806b53be0fcd00995ee36a462140555))
* Ignore warning about _settings field from pydantic ([23fc2d0](https://github.com/nickderobertis/cliconf/commit/23fc2d0a1982dc78896340fdf70d4c08b47e400a))
* Remove generated model class import from generated .pyi files as they already statically define the class ([006dcbd](https://github.com/nickderobertis/cliconf/commit/006dcbd1e55b440d64d829c5f84f8f704ac2fedb))
Features
* Basic py config support working end to end ([d1e0daf](https://github.com/nickderobertis/cliconf/commit/d1e0daf2fabf9633035545d6f6237d0e39771a88))
* Beginnings of py format working, typer now won't complain about unsupported types ([fbf0ce6](https://github.com/nickderobertis/cliconf/commit/fbf0ce6f9ca4cb7f9953d218d06816b01ddf29cd))
* Convert snake_case to PascalCase for generated model class names ([b1798a8](https://github.com/nickderobertis/cliconf/commit/b1798a87918baa99cce37be4a191e1d1667a219b))
* Dynamically add --config-gen option to generate config file, add tests for python config format ([27d3d94](https://github.com/nickderobertis/cliconf/commit/27d3d9449b930d9714fd87839cc3e7043c15cf48))
* Make all fields in dynamic pydantic model optional by default ([af6ce9e](https://github.com/nickderobertis/cliconf/commit/af6ce9e54329a27ad2342a342900e58dcf6b8acd))