(options)
| 473 | }); |
| 474 | }, |
| 475 | async show(options) { |
| 476 | return showWith({ |
| 477 | ...options, |
| 478 | fs: await fs(), |
| 479 | git: await loadGit<IsomorphicGitReadsClient>(), |
| 480 | cache, |
| 481 | }); |
| 482 | }, |
| 483 | async revParse(options) { |
| 484 | return revParseWith({ |
| 485 | ...options, |