[][src]Function md_inc::walk_transform

pub fn walk_transform(args: Args) -> Result<Vec<Vec<String>>>

Transform files based on the arguments in args.

If recursive is true, the glob will be used to find matching config files, (or "**/.md-inc.toml" if not set) if files is set, they will be transformed, otherwise the files field in the config file(s) will be used. Similarly, any fields in the config file will be overridden if also set in args.