simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.68k stars 112 forks source link

Reuse the locals/globals fix from --functions for other code accepting options #472

Closed simonw closed 2 years ago

simonw commented 2 years ago

I figured out a workaround for the ugly global x hack here:

simonw commented 2 years ago

Annoyingly this means the --import option is no longer required, but removing it would be a backwards incompatible breakage so I need to leave it in. I can minimize it in the documentation though.

simonw commented 2 years ago

Here's the docs I get to update to remove the documented global hack: https://sqlite-utils.datasette.io/en/3.28/cli.html#cli-convert-complex