(t tig.T)
| 70 | // WithConfig allows passing custom config properties from the test to the base command |
| 71 | withConfig(config Config) |
| 72 | withT(t tig.T) |
| 73 | // Clear does a clone, but will clear binary and arguments while retaining the env, or any other |
| 74 | // custom properties Gotcha: if genericCommand is embedded with a custom Run and an overridden |
| 75 | // clear to return the embedding type the result will be the embedding command, no longer the |
no outgoing calls
no test coverage detected