The application-defined type of the returned objects.
The type predicate to validate each file.
Maps the columns returned by gitOptions.LsFilesOptions.--format to property names. A parser to convert the string to another data type may be provided for each column.
The path of the repository to interrogate.
The LsFilesOptions for the command. The LsFilesOptions.--format option is required.
Optional
relativePaths: string | string[]Optional
columnDelimiter: stringThe column delimiter used by gitOptions.LsFilesOptions.--format.
If unspecified, \t
is used to split at %x09
in gitOptions.LsFilesOptions.--format.
An array containing objects passing the type guard function.
Returns information about files in the index and the working tree in application-defined JavaScript objects. The JavaScript objects are created from the return of the GitAnnexAPI.lsFiles method.