DOCS: Documentation fixes.

This commit is contained in:
Jeremy Wall 2018-06-20 17:22:17 -04:00
parent 4875b623f7
commit f96813a2a8

View File

@ -34,6 +34,8 @@ impl ConverterRunner {
///
/// * flags
/// * json
/// * env
/// * exec
pub fn new(typ: &str) -> Result<Self, String> {
if typ == "flags" {
return Ok(ConverterRunner {