IsOrgTargeted determines whether an org is being targeted by the CLI
()
| 2 | |
| 3 | // IsOrgTargeted determines whether an org is being targeted by the CLI |
| 4 | func (actor Actor) IsOrgTargeted() bool { |
| 5 | return actor.Config.HasTargetedOrganization() |
| 6 | } |
no test coverage detected