duplicate --ignore option, refs #450

This commit is contained in:
Simon Willison 2022-07-15 15:35:58 -07:00
commit b9a89a0f2c
3 changed files with 12 additions and 2 deletions

View file

@ -1188,6 +1188,7 @@ duplicate
Create a duplicate of this table, copying across the schema and all row data.
Options:
--ignore If table does not exist, do nothing
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.