pydantic / pydantic-settings

Settings management using pydantic
https://docs.pydantic.dev/latest/usage/pydantic_settings/
MIT License
502 stars 47 forks source link

Add CliSettingsSource alias handling for AliasChoices and AliasPath. #313

Closed kschwab closed 3 weeks ago

kschwab commented 3 weeks ago

Fixes #306 by adding support for AliasChoices and AliasPath to CliSettingsSournce.

hramezani commented 3 weeks ago

Thanks @kschwab