Skip to content

Commit

Permalink
cli: allow listing books to download before doing so
Browse files Browse the repository at this point in the history
  • Loading branch information
jvatic committed Dec 15, 2023
1 parent b9bcb78 commit 80bf161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ loop:
for i, b := range books {
fmt.Printf("%02d) %s by %s\n", i+1, b.Title, strings.Join(b.Authors, ", "))
}
break loop
default:
return fmt.Errorf("download aborted")
}
Expand Down

0 comments on commit 80bf161

Please sign in to comment.