cli-covid19 = [*]
bash cargo run indonesia
```rust extern crate::cli_covid19;
fn main() { cli_covid19::lib::init(String::from("id")) } ```