Hi, I’m returned a list of views from self.window.views_in_group() in WindowCommand. I’d currently like to iterate over the list of these views and based on certain criteria close them. I’m having a hard time determining how to close these views. How would I go about this?
As a bonus question: I can see that there is a ‘close’ command, but I’m unable to find any docs for this, nor am I able to locate this command so that I can find out what params I could pass it. I have been looking mainly in the Packages/Default folder. Is there a methodology I can use to find this info out?