aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin.rs
diff options
context:
space:
mode:
authorPhilipp A2019-11-12 22:57:02 +0100
committerPhilipp A2019-11-12 22:57:02 +0100
commit271cb95ec3e12d6f97852491bc723c5060ce4b75 (patch)
tree78cb094fb882fd6c56733ff9e4d1a9377713d393 /src/bin.rs
parent18fba4a71eeebf3a2df91a6bcfda7f13e6c3f561 (diff)
downloadrust-rst-271cb95ec3e12d6f97852491bc723c5060ce4b75.tar.bz2
Run python tests
Diffstat (limited to 'src/bin.rs')
-rw-r--r--src/bin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin.rs b/src/bin.rs
index 6916af1..394b416 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -49,7 +49,7 @@ fn main() -> CliResult {
match args.format {
Format::json => render_json(&document, stdout)?,
Format::xml => render_xml (&document, stdout)?,
- Format::html => render_html(&document, stdout)?,
+ Format::html => render_html(&document, stdout, true)?,
}
Ok(())
}