summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
authorNayeem Rahman <muhammed.9939@gmail.com>2019-09-01 19:20:23 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-09-01 14:20:23 -0400
commit0ce15f08c76f075948a132dd0f9f27855bd00a1d (patch)
tree058f439f2be1ff75cdad505861d3a66ac713d462 /cli/main.rs
parentdf2f54b2a66fa71012c5d263009652c98085b5ed (diff)
Remove DenoSubcommand::Install (#2846)
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 53daa84f3..1f2451567 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -421,7 +421,6 @@ fn main() {
DenoSubcommand::Eval => eval_command(flags, argv),
DenoSubcommand::Fetch => fetch_command(flags, argv),
DenoSubcommand::Info => info_command(flags, argv),
- DenoSubcommand::Install => run_script(flags, argv),
DenoSubcommand::Repl => run_repl(flags, argv),
DenoSubcommand::Run => run_script(flags, argv),
DenoSubcommand::Types => types_command(),