Function walk_transform

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

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.