fix: add eslint-disable for second registerCli block

- Second policy CLI commands also use console.log for output
- Both registerCli blocks now have eslint-disable no-console comments
This commit is contained in:
dp-web4 2026-01-28 14:26:54 -08:00
parent 8fc62cec76
commit ce704cf95f

View File

@ -418,6 +418,7 @@ const plugin = {
);
// --- Policy Admin CLI ---
/* eslint-disable no-console */
api.registerCli(
({ program }) => {