diff --git a/cli/flags.rs b/cli/flags.rs index 99d78546b2..f7444f8d1f 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1,7 +1,14 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -use clap::{App, AppSettings, Arg, ArgMatches, SubCommand}; +use clap::App; +use clap::AppSettings; +use clap::Arg; +use clap::ArgMatches; +use clap::Shell; +use clap::SubCommand; use crate::deno_dir; use log::Level; +use std; +use std::str::FromStr; // Creates vector of strings, Vec macro_rules! svec { @@ -300,7 +307,7 @@ ability to spawn subprocesses. // this is a fake subcommand - it's used in conjunction with // AppSettings:AllowExternalSubcommand to treat it as an // entry point script - SubCommand::with_name("