chore: document deno in build target

master
sigmaSd 1 year ago committed by GitHub
parent bdc4884fc5
commit 40de622522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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")]

Loading…
Cancel
Save