feat(format): Add --diff option to format command to display file diffs; pass flag through CLI and show formatter diffs. Bump @git.zone/tsdoc to ^1.11.0.

This commit is contained in:
2025-12-15 12:00:10 +00:00
parent 08f56ae0a4
commit 3ebf072bfb
6 changed files with 101 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ export let run = async () => {
interactive: argvArg.interactive !== false,
parallel: argvArg.parallel !== false,
verbose: argvArg.verbose,
diff: argvArg.diff,
});
});