()
| 1010 | } |
| 1011 | |
| 1012 | func NewOrganizationContext() *OrganizationContext { |
| 1013 | return &OrganizationContext{} |
| 1014 | } |
| 1015 | |
| 1016 | func (*OrganizationContext) optionName() string { return "Organization" } |
| 1017 | func (o *OrganizationContext) AttachOptions(cmd *serpent.Command) { |
no outgoing calls
no test coverage detected