Read wikipedia articles inside your terminal.
To run, open the directory of the target build in the shell and type:
$ ./wikipedia-cli [your query]
If your query contains whitespaces, type:
$ ./wikipedia-cli '[your query]'
You can also use cargo:
$ cargo run -- [Your query]