diff --git a/projects/pgai/pgai/cli.py b/projects/pgai/pgai/cli.py index a8e819bb2..147a7d3dd 100644 --- a/projects/pgai/pgai/cli.py +++ b/projects/pgai/pgai/cli.py @@ -38,7 +38,7 @@ class ApiKeyNotFoundError(Exception): def asbool(value: str | None): - """Convert the given String to a boolean object. + """Convert the given String to a boolean object :). Accepted values are `True` and `1`. """