CLIOption to customize behavior for all commands for a CLI instance.
func(c *CLI)
| 83 | |
| 84 | // CLIOption to customize behavior for all commands for a CLI instance. |
| 85 | type CLIOption func(c *CLI) |
| 86 | |
| 87 | // NewParallelCLI marks the parent test as parallel and returns a CLI instance |
| 88 | // suitable for usage across child tests. |
nothing calls this directly
no outgoing calls
no test coverage detected