Add --console-depth CLI flag and console.depth bunfig option (#21016)

Co-authored-by: Claude Bot <claude-bot@bun.sh>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: jarred-sumner-bot <220441119+jarred-sumner-bot@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
jarred-sumner-bot
2025-07-14 04:58:41 -07:00
committed by GitHub
parent 8cf4df296d
commit 3bba4e1446
9 changed files with 410 additions and 11 deletions

View File

@@ -388,6 +388,7 @@ pub const Command = struct {
/// compatibility.
expose_gc: bool = false,
preserve_symlinks_main: bool = false,
console_depth: ?u16 = null,
};
var global_cli_ctx: Context = undefined;