diff options
| author | Philipp A | 2019-11-12 22:57:02 +0100 |
|---|---|---|
| committer | Philipp A | 2019-11-12 22:57:02 +0100 |
| commit | 271cb95ec3e12d6f97852491bc723c5060ce4b75 (patch) | |
| tree | 78cb094fb882fd6c56733ff9e4d1a9377713d393 /src/bin.rs | |
| parent | 18fba4a71eeebf3a2df91a6bcfda7f13e6c3f561 (diff) | |
| download | rust-rst-271cb95ec3e12d6f97852491bc723c5060ce4b75.tar.bz2 | |
Run python tests
Diffstat (limited to 'src/bin.rs')
| -rw-r--r-- | src/bin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(()) } |
