1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-31 08:46:18 +02:00

Add support for strvec when displaying options

This commit is contained in:
Elisabeth Henry 2017-07-14 17:36:49 +02:00
parent 0317fbbef2
commit 38a72165f8

View File

@ -914,6 +914,7 @@ impl BookOptions {
"path" => lformat!("path"),
"tpl" => lformat!("template path"),
"meta" => lformat!("metadata"),
"strvec" => lformat!("list of strings"),
"alias" => lformat!("DEPRECATED"),
_ => unreachable!(),
};