Function weather_cli::make_json_file_name

source ·
pub fn make_json_file_name(suffix: &str) -> String
Expand description

Complete a JSON file name.

§Example

assert_eq!(make_json_file_name("api"), "weather-cli-api.json");