feat: Added a continent flag #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/flag-for-random-country-by-continent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This feature allows users to fetch a random country from a specified continent.
First, retrieve the list of available continents:
cargo run -- --list-continentsThen, to get a random country from a continent:
cargo run -- --continent NA|SA|EU|OC|AS|AF|ANthank you for the contribution!