From 0ce15f08c76f075948a132dd0f9f27855bd00a1d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 1 Sep 2019 19:20:23 +0100 Subject: Remove DenoSubcommand::Install (#2846) --- cli/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/main.rs') 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(), -- cgit v1.2.3