You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there doesn't appear to be a way to have an optional positional argument when parsing settings from the CLI. This is a blocker for me, trying to migrate over from typer.
Running the following will result in this error: pydantic_settings.sources.SettingsError: positional argument BaseMainCommand.value has a default value
Currently, there doesn't appear to be a way to have an optional positional argument when parsing settings from the CLI. This is a blocker for me, trying to migrate over from
typer
.Running the following will result in this error:
pydantic_settings.sources.SettingsError: positional argument BaseMainCommand.value has a default value
The text was updated successfully, but these errors were encountered: