restyler-0.2.0.0
Safe HaskellNone
LanguageHaskell2010

Restyler.PullRequestSpec

Description

String specification of a Repository's Pull Request

This shortened format is useful for passing a Pull Request as a command-line argument, or showing it in log messages.

Synopsis

Documentation

parseSpec :: String -> Either String PullRequestSpec Source #

Parse <owner>/<name>#<number> into a PullRequestSpec