(options = {})
| 425 | }); |
| 426 | }, |
| 427 | async init(options = {}) { |
| 428 | await initWith({ |
| 429 | ...options, |
| 430 | fs: await fs(), |
| 431 | git: await loadGit<IsomorphicGitInitClient>(), |
| 432 | }); |
| 433 | }, |
| 434 | async status(options = {}) { |
| 435 | return statusWith({ |
| 436 | ...options, |