0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00
This commit is contained in:
Bartek Iwańczuk 2025-01-17 15:24:45 +01:00
parent 3d41feaf41
commit 6cda8b7284
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -3786,6 +3786,7 @@ fn runtime_misc_args(app: Command) -> Command {
.arg(
Arg::new("internal-use-lsc-cache")
.long("internal-use-lsc-cache")
.action(ArgAction::SetTrue)
.hide(true),
)
}