feat: Added a continent flag #38

Merged
sponkurtus2 merged 2 commits from feature/flag-for-random-country-by-continent into main 2025-12-09 10:45:10 -05:00
sponkurtus2 commented 2025-11-01 14:38:58 -04:00 (Migrated from github.com)

This feature allows users to fetch a random country from a specified continent.

First, retrieve the list of available continents:
cargo run -- --list-continents

Then, to get a random country from a continent:
cargo run -- --continent NA|SA|EU|OC|AS|AF|AN

This feature allows users to fetch a random country from a specified continent. First, retrieve the list of available continents: `cargo run -- --list-continents` Then, to get a random country from a continent: `cargo run -- --continent NA|SA|EU|OC|AS|AF|AN`
nik-rev commented 2025-12-09 10:45:15 -05:00 (Migrated from github.com)

thank you for the contribution!

thank you for the contribution!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nik-rev/countryfetch!38
No description provided.