We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4443fd8 + 30523df commit 2669bf2Copy full SHA for 2669bf2
readme.md
@@ -45,7 +45,7 @@ Configure each `simple-git` instance with a properties object passed to the main
45
```typescript
46
import simpleGit, { SimpleGit, SimpleGitOptions } from 'simple-git';
47
48
-const options: SimpleGitOptions = {
+const options: Partial<SimpleGitOptions> = {
49
baseDir: process.cwd(),
50
binary: 'git',
51
maxConcurrentProcesses: 6,
0 commit comments