Files
larksuite-cli/internal
shanglei 9f22d89112 refactor(output): always warn on stderr when jq may drop a content-safety alert
When --jq is applied, the jq expression can filter the _content_safety_alert
field out of stdout, hiding the warning. Whether a stderr fallback warning was
written used to depend on a caller-set EmitOptions.JQSafetyWarning flag, so the
raw api/service paths warned but shortcut commands did not — the safety alert
was silently lost. Remove the flag and always write the stderr warning when jq
is applied and an alert exists.
2026-07-22 14:37:11 +08:00
..