You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
print("Overriding content URL with %s\n", optarg);
set_content_url(optarg);
return true;
case'v':
print("Overriding version URL with %s\n", optarg);
set_version_url(optarg);
return true;
In most cases, this is probably fine. But if we've been given -j for JSON output, we really should only be outputting valid JSON strings. We should probably move these (and any other) warnings to STDERR.