mirror of
https://github.com/uutils/coreutils
synced 2024-11-05 14:21:32 +00:00
doc: show a warning when no tldr example
This commit is contained in:
parent
51da8bf7b3
commit
caf9bfcadc
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ impl<'a, 'b> MDWriter<'a, 'b> {
|
|||
} else if let Some(f) = get_zip_content(zip, &format!("pages/linux/{}.md", self.name)) {
|
||||
f
|
||||
} else {
|
||||
println!(
|
||||
"Warning: Could not find tldr examples for page '{}'",
|
||||
self.name
|
||||
);
|
||||
return Ok(());
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue