Trying to write a zsh plugin to do permissive opening of projects, workspaces, directories and files for Sublime Text 3. However, as far as I can tell the --project and --workspace options are totally ignored. I’ve tried reformatting it several ways:
subl --project /full/path/to/project.sublime-project .
subl --project /full/path/to/project .
subl --project project.sublime-project .
subl --project project .
None of these work - I’m still getting /tmp, /.sass-cache, and other ignored folders when I open the directory. And the --workspace option is the same. This is really frustrating. What am I doing wrong?