mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
Applied Black
This commit is contained in:
parent
e51bd09a35
commit
71a3bc26c9
2 changed files with 7 additions and 2 deletions
|
|
@ -302,7 +302,9 @@ def insert_upsert_options(fn):
|
|||
),
|
||||
click.argument("table"),
|
||||
click.argument("json_file", type=click.File(), required=True),
|
||||
click.option("--pk", help="Columns to use as the primary key, e.g. id", multiple=True),
|
||||
click.option(
|
||||
"--pk", help="Columns to use as the primary key, e.g. id", multiple=True
|
||||
),
|
||||
click.option("--nl", is_flag=True, help="Expect newline-delimited JSON"),
|
||||
click.option("-c", "--csv", is_flag=True, help="Expect CSV"),
|
||||
click.option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue