github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+incompatible/actor/sharedaction/is_space_targeted.go (about)

     1  package sharedaction
     2  
     3  // IsSpaceTargeted determines whether a space is being targeted by the CLI
     4  func (actor Actor) IsSpaceTargeted() bool {
     5  	return actor.Config.HasTargetedSpace()
     6  }