-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
Spotted in:
Lines 84 to 91 in 0bc6a2a
| fn = click.option( | |
| "sqlite_extensions", | |
| "--load-extension", | |
| type=LoadExtension(), | |
| envvar="SQLITE_EXTENSIONS", | |
| multiple=True, | |
| help="Path to a SQLite extension to load, and optional entrypoint", | |
| )(fn) |
It's inconsistent with our other environment variables, which all use the DATASETTE_ prefix.
Reactions are currently unavailable