The application-defined type of the returned objects.
The type predicate to validate each object.
Maps the columns returned by gitOptions.ShowOptions.--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 ShowOptions for the command. The ShowOptions.--format option is required.
Optional
commandParameters: string | string[]The parameters for the show command.
Optional
columnDelimiter: stringThe column delimiter used by gitOptions.ShowOptions.--format.
If unspecified, \t
is used to split at %x09
in gitOptions.ShowOptions.--format.
An array containing objects passing the type guard function.
Returns information about Git objects in application-defined JavaScript objects. The JavaScript objects are created from the return of the GitAnnexAPI.show method.