github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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 }