(options = {})
| 687 | }); |
| 688 | }, |
| 689 | async clean(options = {}) { |
| 690 | return cleanWith({ |
| 691 | ...options, |
| 692 | fs: await fs(), |
| 693 | git: await loadGit<IsomorphicGitCleanClient>(), |
| 694 | cache, |
| 695 | }); |
| 696 | }, |
| 697 | async cli(input) { |
| 698 | return runGitCli(client, input, { defaultIdentity }); |
| 699 | }, |