eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Make lookup return data #8

Closed eagleflo closed 3 years ago

eagleflo commented 3 years ago

Currently jisho::lookup takes upon itself to print the results, if any. If this is to be of any use as a library, we should be returning real data and letting the client program decide what to do with the results.