Skip to content

Commit

Permalink
explicit verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 11, 2021
1 parent f26610b commit 9a77bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type app struct {
// newApp makes a new app.
func newApp() *app {
app := &app{
Verbose: false,
menuParser: NewMenuParser(),
incomingURLSemaphore: make(chan struct{}, concurrentIncomingURLs),
}
Expand Down

0 comments on commit 9a77bc0

Please sign in to comment.