This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| usage() { | |
| echo "Usage: mpr [-h]" | |
| printf "\n" | |
| echo "Opens or creates a pull-request for the given branch." | |
| echo "If branch is prefixed with a branch-type (feature/etc)," | |
| echo "that will be used as a label upon creation." | |
| printf "\n" | |
| exit 2 |