Hey there!
I’ve made a custom command with a $text
input, is very basic. In my Default.sublime-commands
file I’ve added:
[{
"caption": "Git Changelog",
"command": "git",
"args": {"argv": ["changelog", "-t", "$text"]}
}]
And it’s working fine if used from the command palette.
If I add the same to Action.sublime-menu
file, the command appears correctly in the menu but when clicked no input is opened, and the command is executed without the argument causing an error.
Am I missing something or this is not implemented yet?
Thanks a lot for this amazing software, huge Sublime suite fan