fn include_config_file<'de, D>(
    deserializer: D
) -> Result<Vec<RunCommand>, D::Error>where
    D: Deserializer<'de>,
Expand description

Return a vector configuration loaded from the files pointed by strings in a sequence.

Used for including configuration files from another one.