EnvName overrides the provided environment variable name for testability.
(n string)
| 350 | |
| 351 | // EnvName overrides the provided environment variable name for testability. |
| 352 | func (c *App) EnvName(n string) string { |
| 353 | return c.envNamePrefix + n |
| 354 | } |
| 355 | |
| 356 | // Attach attaches the CLI parser to the application. |
| 357 | func (c *App) Attach(app *kingpin.Application) { |
no outgoing calls
no test coverage detected