ts-repo-utils
    Preparing search index...

    Function getModifiedFiles

    • Get modified files from the working tree (files that have been changed but not staged). Runs git diff --name-only [--diff-filter=d]

      Parameters

      • Optionaloptions: Readonly<{ excludeDeleted?: boolean; silent?: boolean }>

      Returns Promise<
          Result<readonly string[], ExecException | Readonly<{ message: string }>>,
      >