Simon Willison’s Weblog

Subscribe

Tuesday, 22nd September 2020

TIL Understanding option names in Click — I hit [a bug today](https://github.com/simonw/datasette/issues/973) where I had defined a Click option called `open` but in doing so I replaced the Python bulit-in `open()` function: