withTempDir specifies a temporary directory to use FIXME: this is only required because of the current command extension mechanism
(path string)
| 67 | // withTempDir specifies a temporary directory to use |
| 68 | // FIXME: this is only required because of the current command extension mechanism |
| 69 | withTempDir(path string) |
| 70 | // WithConfig allows passing custom config properties from the test to the base command |
| 71 | withConfig(config Config) |
| 72 | withT(t tig.T) |
no outgoing calls
no test coverage detected