Skip to content

Commit

Permalink
Improve Field description
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher committed Aug 23, 2021
1 parent abb4b3f commit 5d1aa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_cli/examples/simple_with_boolean_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Config(DefaultConfig):
# pydantic-cli doesn't have a good mechanism for declaring this 3-state value of None, True, False.
# using a boolean commandline flag (e.g., --enable-logging, or --disable-logging)
zeta_mode: Optional[bool] = Field(
..., description="Enable Zeta mode to experimental filtering mode."
..., description="Enable/Disable Zeta mode to experimental filtering mode."
)

# this a bit of a contradiction from the commandline perspective. A "optional" value
Expand Down

0 comments on commit 5d1aa68

Please sign in to comment.