From 91da410fc3bfde76c3c8930c6f8bfd4d5f9b974e Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 3 Dec 2019 22:48:53 +0000 Subject: feat: Add --no-remote, rename --no-fetch to --cached-only (#3417) --- cli/global_state.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/global_state.rs') diff --git a/cli/global_state.rs b/cli/global_state.rs index c42b444b0..981d73788 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -75,7 +75,8 @@ impl ThreadSafeGlobalState { progress.clone(), !flags.reload, flags.cache_blacklist.clone(), - flags.no_fetch, + flags.no_remote, + flags.cached_only, )?; let ts_compiler = TsCompiler::new( -- cgit v1.2.3