-
Notifications
You must be signed in to change notification settings - Fork 0
Command Flags List
Cole Herman edited this page Mar 6, 2026
·
2 revisions
This is a list of all flags that exist for each command in the program. To use a flag, just type the regular command with its regular arguments, and type the flag afterwards before hitting enter.
importer-solr.py:
- "--help" or "-h" prints this list in the terminal, with short descriptions for each field
- "--print-response" or "-p" prints the whole JSON response to the solr query
- "--verbose" or "-v" prints the pids and any relevant data for works with errors
More flags to come in future updates.