github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/actor/sharedaction/is_org_targeted.go (about)

     1  package sharedaction
     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  }