gh
gh copied to clipboard
Add creating milestone support
+1
Could be easily done via: https://octokit.github.io/rest.js/#api-Issues-createMilestone
I'm not sure what the signature would look like for this. Maybe:
gh ms --create "milestone title"
Related: #348