Skip to content
Snippets Groups Projects
Commit 76319f96 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Document that run_diffoscope should not be considered a stable API.

parent 67aa6952
No related branches found
No related tags found
No related merge requests found
Pipeline #50837 passed with warnings
......@@ -598,6 +598,12 @@ def maybe_set_limit(config, parsed_args, key):
def run_diffoscope(parsed_args):
"""
(This should not be considered a stable API suitable for external
consumption, and the lack of configuration of globals may result in
unpredictable behaviour.)
"""
ProfileManager().setup(parsed_args)
PresenterManager().configure(parsed_args)
logger.debug("Starting diffoscope %s", VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment