Skip to content

Commit

Permalink
Merge pull request #1348 from sigmaSd/patch-1
Browse files Browse the repository at this point in the history
chore: document deno in build target
  • Loading branch information
drager committed Mar 16, 2024
2 parents 8aa2e67 + 40de622 commit 32aaecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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")]
Expand Down

0 comments on commit 32aaecf

Please sign in to comment.