Attach attaches the CLI parser to the application.
(app *kingpin.Application)
| 355 | |
| 356 | // Attach attaches the CLI parser to the application. |
| 357 | func (c *App) Attach(app *kingpin.Application) { |
| 358 | c.setup(app) |
| 359 | } |
| 360 | |
| 361 | // safetyFlagVar defines c --safety=none|full flag that sets the SafetyParameters. |
| 362 | func safetyFlagVar(cmd *kingpin.CmdClause, result *maintenance.SafetyParameters) { |
no test coverage detected