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.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index 40aa7b8e3..66981b239 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -1828,12 +1828,7 @@ fn repl_subcommand() -> Command {
fn run_subcommand() -> Command {
runtime_args(Command::new("run"), true, true)
.arg(check_arg(false))
- .arg(
- watch_arg(true)
- .conflicts_with("inspect")
- .conflicts_with("inspect-wait")
- .conflicts_with("inspect-brk"),
- )
+ .arg(watch_arg(true))
.arg(no_clear_screen_arg())
.arg(executable_ext_arg())
.arg(