Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slacki committed Mar 28, 2020
1 parent ee3e788 commit cf37f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func main() {
<-exit
}

// flags parses flags
func flags() {
flag.StringVar(&screensPath, "p", "", "Path to where screenshots are saved locally")
flag.StringVar(&remoteHost, "r", "", "Remote host, e.g. example.com:2003 or 43.56.122.31:22")
Expand Down Expand Up @@ -97,6 +98,7 @@ func showNotification(url string) {
notify.Push("Screenshot uploaded!", url, "", notificator.UR_NORMAL)
}

// copyToClipboard puts a string to clipboards
func copyToClipboard(s string) {
clipboard.WriteAll(s)
}
Expand Down

0 comments on commit cf37f19

Please sign in to comment.