()
| 1014 | } |
| 1015 | |
| 1016 | func (*OrganizationContext) optionName() string { return "Organization" } |
| 1017 | func (o *OrganizationContext) AttachOptions(cmd *serpent.Command) { |
| 1018 | cmd.Options = append(cmd.Options, serpent.Option{ |
| 1019 | Name: o.optionName(), |
no outgoing calls
no test coverage detected