TLDR pages (fix #277) (#290)

This commit is contained in:
Roey Darwish Dror
2020-01-05 22:56:18 +02:00
committed by GitHub
parent b049151993
commit de1ef08ce9
3 changed files with 12 additions and 0 deletions

View File

@@ -336,6 +336,10 @@ fn run() -> Result<()> {
config.no_retry(),
)?;
}
if config.should_run(Step::Tldr) {
execute(&mut report, "TLDR", || unix::run_tldr(run_type), config.no_retry())?;
}
}
if config.should_run(Step::Rustup) {