mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed lint errors, refs #454
This commit is contained in:
parent
c710ade644
commit
015c663464
2 changed files with 1 additions and 2 deletions
|
|
@ -1474,7 +1474,7 @@ def create_table(
|
|||
@click.argument("table")
|
||||
@click.argument("new_table")
|
||||
@load_extension_option
|
||||
def create_table(path, table, new_table, load_extension):
|
||||
def duplicate(path, table, new_table, load_extension):
|
||||
"""
|
||||
Create a duplicate of this table, copying across the schema and all row data.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue