Updated Custom Commands Compendium (markdown)

Josh Medeski 2020-11-05 23:07:17 -06:00
parent 211d3b7085
commit 3883aa4755

@ -36,4 +36,16 @@ customCommands:
title: 'Annotated tag name:'
- type: 'input'
title: 'Annotated tag message:'
```
```
## Open GitHub Pull Request
```
customCommands:
- key: "<c-r>"
command: "gh pr create --fill --web"
context: "global"
loadingText: "Creating pull request on GitHub"
```
This can be customized to fit your needs. Run `gh pr create --help` to see what flags are available.