Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshbatham committed Aug 24, 2023
1 parent 669772e commit 1afd79f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@ func main() {
flag.Parse()
log.SetFlags(0)
// Print tool banner
if !*quietPtr {
// Print tool banner
log.Print(`
__ __
/ / ___ ___ ___/ /__ _______ _ _____
/ _ \/ -_) _ \/ _ / -_) __/ _ \ |/|/ / _ \
/_//_/\__/\_,_/\_,_/\__/_/ / .__/__,__/_//_/
/_/
`)

if !*quietPtr {
log.Print(`
__ __
/ / ___ ___ ___/ /__ _______ _ _____
/ _ \/ -_) _ \/ _ / -_) __/ _ \ |/|/ / _ \
/_//_/\__/\_,_/\_,_/\__/_/ / .__/__,__/_//_/
/_/
`)
}

if *urlPtr == "" {
Expand Down

0 comments on commit 1afd79f

Please sign in to comment.