(options)
| 448 | }); |
| 449 | }, |
| 450 | async rm(options) { |
| 451 | await rmWith({ |
| 452 | ...options, |
| 453 | fs: await fs(), |
| 454 | git: await loadGit<IsomorphicGitRmClient>(), |
| 455 | cache, |
| 456 | }); |
| 457 | }, |
| 458 | async commit(options) { |
| 459 | return commitWith({ |
| 460 | ...options, |
no test coverage detected