Skip to content

Commit

Permalink
Remove unused --force-delete flag from dataset CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasl committed Jun 8, 2022
1 parent 7590361 commit 040b5d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ImporterMain {
}

@Command(args='SOURCE_URL DATASET_URI [DATASET_DESCRIPTION_FILE]',
flags='--skip-index --replace-main-ids --force-delete')
flags='--skip-index --replace-main-ids')
void dataset(String sourceUrl, String datasetUri, String datasetDescPath=null, Map flags) {
Whelk whelk = Whelk.createLoadedSearchWhelk(props)
if (flags['skip-index']) {
Expand Down

0 comments on commit 040b5d6

Please sign in to comment.