We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d225a1 commit 11adf43Copy full SHA for 11adf43
src/env.rs
@@ -41,7 +41,7 @@ pub struct Environment {
41
/// Optional character sequence that separates each env value into a vector. only works when try_parsing is set to true
42
/// Once set, you cannot have type String on the same environment, unless you set list_parse_keys.
43
list_separator: Option<String>,
44
- /// A list of keys which should always be parsed as a list. If not set you can have only Vec<String> or String (not both) in one environment.
+ /// A list of keys which should always be parsed as a list. If not set you can have only `Vec<String>` or `String` (not both) in one environment.
45
list_parse_keys: Option<Vec<String>>,
46
47
/// Ignore empty env values (treat as unset).
0 commit comments