| 21 | ) |
| 22 | |
| 23 | type Command struct { |
| 24 | globalFlags *flags.GlobalFlags |
| 25 | commandFlags *Flags |
| 26 | awsClient *aws.Client |
| 27 | } |
| 28 | |
| 29 | func (c *Command) Init(ka *kingpin.Application, globalFlags *flags.GlobalFlags) *kingpin.CmdClause { |
| 30 | c.globalFlags = globalFlags |
nothing calls this directly
no outgoing calls
no test coverage detected