Skip to content

Add deletion and shell completions

Brian Lewis requested to merge solr-delete into main

This adds the ability to delete files from solr. Because of the addition of this functionality, the cli has added subcommands so now the old behavior is behind ingest and deletion is delete. I also took this chance to try out completion for different shells which is done via clap's built in generation which does a reasonably good job for little effort.

Addresses #3 (closed)

Edited by Brian Lewis

Merge request reports