Are non-git commands allowed? - Sublime Merge - Sublime Forum
I have several custom commands and felt relatively comfortable with them until today. I decided I wanted a “View Pull Request” command, but I can’t get the option to show up in the command pallet. { "caption": "View Pull Request\t gh pr view --web", "command": "gh", "args": { "argv": ["pr", "view", "--web"], } } I have observed that if command is anything other than “git” the command won’t show up. Is this expected?