Skip to content

Commit

Permalink
Tell user how many books found in dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Dec 15, 2017
1 parent d1e0783 commit 4f571f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kepubify.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func convert(c *cli.Context) error {
}
}

fmt.Printf("%v books found\n", len(epubs))

errs := map[string]error{}
for i, epub := range epubs {
rel, err := filepath.Rel(infile, epub)
Expand Down

0 comments on commit 4f571f8

Please sign in to comment.