summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r--cli/args/flags.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index ee8ec2563..21a940dc5 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -767,6 +767,7 @@ glob {*_,*.,}bench.{js,mjs,ts,mts,jsx,tsx}:
fn bundle_subcommand<'a>() -> Command<'a> {
compile_args(Command::new("bundle"))
+ .hide(true)
.arg(
Arg::new("source_file")
.takes_value(true)