Add possiblity to limit actions to tagged or named repository
This commit is contained in:
parent
5c98ab6554
commit
23e4547e52
11 changed files with 345 additions and 24 deletions
2
main.go
2
main.go
|
|
@ -12,5 +12,5 @@ func main() {
|
|||
|
||||
app := app.GitRepositoryManager{}
|
||||
app.Parse(os.Args)
|
||||
app.Run()
|
||||
os.Exit(app.Run())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue