We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5baaa6a commit c81a1b2Copy full SHA for c81a1b2
1 file changed
fastapi_forge/__main__.py
@@ -29,7 +29,8 @@ def main() -> None:
29
)
30
@click.option(
31
"--conn-string",
32
- help="PostgreSQL connection string (e.g., postgresql://user:password@host:port/dbname)",
+ help="Generate a project from a PostgreSQL connection string "
33
+ "(e.g., postgresql://user:password@host:port/dbname)",
34
35
def start(
36
use_example: bool = False,
0 commit comments