Type alias RemoveParams

RemoveParams: {
    dir: string;
    filepath: string;
    fs: FsClient;
    cache?: Cache;
    gitdir?: string;
}

Type declaration

  • dir: string

    The working tree directory path.

  • filepath: string

    The path to the file to remove from the index.

  • fs: FsClient

    A file system client.

  • Optional cache?: Cache

    A cache object.

  • Optional gitdir?: string

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

Generated using TypeDoc