The prefix parameter in the process_issue CLI command is incompletely defined and doesn't get used anywhere.
See
This means a command like
ochange process-issue src/ontology/mondo-edit.obo -r caufieldjh/mondo -n 10 -g -p MONDO
will fail with
Error: Got unexpected extra argument (MONDO)
The
prefixparameter in theprocess_issueCLI command is incompletely defined and doesn't get used anywhere.See
ontobot-change-agent/src/ontobot_change_agent/cli.py
Line 226 in 7c7e421
This means a command like
will fail with