Enable a way to checkout Pull Requests from remote refs

This commit is contained in:
Martin Hartkorn 2016-01-30 23:56:38 +01:00
parent 6e03f61617
commit 20403f75fb
4 changed files with 159 additions and 0 deletions

View file

@ -35,6 +35,7 @@ func main() {
cmd.CmdUpdate,
cmd.CmdDump,
cmd.CmdCert,
cmd.CmdPull,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)