Type alias GetConfigAllParams

GetConfigAllParams: {
    dir: string;
    fs: FsClient;
    path: string;
    gitdir?: string;
}

Type declaration

  • dir: string

    The working tree directory path.

  • fs: FsClient

    A file system implementation.

  • path: string

    The key of the git config entry.

  • Optional gitdir?: string

    The git directory path (default: {dir}/.git).

Generated using TypeDoc