gh auth login

This commit is contained in:
vilmibm 2020-07-27 14:51:23 -05:00
parent b4ffced654
commit 35f18b6c02
13 changed files with 896 additions and 38 deletions

View file

@ -114,3 +114,7 @@ func DisplayURL(urlStr string) string {
}
return u.Hostname() + u.Path
}
func GreenCheck() string {
return Green("✓")
}