From c04ff22afe45cc7bb0cd51d1fb74f440570bad8f Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Mon, 4 Nov 2019 18:13:28 -0500 Subject: Remove tsconfig files - they are not part of build process (#3262) --- cli/flags.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/flags.rs b/cli/flags.rs index c6bb0a20f..b9350a22c 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -38,11 +38,7 @@ pub struct DenoFlags { pub log_level: Option, pub version: bool, pub reload: bool, - /// When the `--config`/`-c` flag is used to pass the name, this will be set - /// the path passed on the command line, otherwise `None`. pub config_path: Option, - /// When the `--importmap` flag is used to pass the name, this will be set - /// the path passed on the command line, otherwise `None`. pub import_map_path: Option, pub allow_read: bool, pub read_whitelist: Vec, @@ -192,7 +188,7 @@ To get help on the another subcommands (run in this case): .short("c") .long("config") .value_name("FILE") - .help("Load compiler configuration file") + .help("Load tsconfig.json configuration file") .takes_value(true) .global(true), ) -- cgit v1.2.3