We got the browser to open on gh browse, now we're working towards making it specific to the argument passed in. Mini wingit add .!

This commit is contained in:
Ben 2021-05-15 21:09:13 -07:00
parent e905133068
commit 68ce66801b
3 changed files with 22 additions and 24 deletions

View file

@ -45,6 +45,7 @@ const (
func main() {
code := mainRun()
os.Exit(int(code))
}
func mainRun() exitCode {