wingspkg/core

    Dark Mode
Search:
Group by:

Procs

proc fromFiles(filenames: seq[string]; config: Config): Table[string,
    Table[string, string]] {...}{.raises: [ValueError, GenericError, KeyError,
                                      IOError, InvalidIndexError,
                                      UnsupportedCharacterError, OSError,
                                      ConflictingValueError, DuplicateKeyError,
                                      Exception], tags: [ReadIOEffect,
    ReadDirEffect, WriteIOEffect, RootEffect].}
Entry point to the file. It gets all the files to read and returns a table of output to be written.   Source Edit