From 40de622522d029db3d109f294608f99b06d67f68 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Fri, 24 Nov 2023 17:58:12 +0100 Subject: [PATCH] chore: document deno in build target --- src/command/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/build.rs b/src/command/build.rs index 37a018b8..3caf1162 100644 --- a/src/command/build.rs +++ b/src/command/build.rs @@ -138,7 +138,7 @@ pub struct BuildOptions { pub reference_types: bool, #[clap(long = "target", short = 't', default_value = "bundler")] - /// Sets the target environment. [possible values: bundler, nodejs, web, no-modules] + /// Sets the target environment. [possible values: bundler, nodejs, web, no-modules, deno] pub target: Target, #[clap(long = "debug")]