Searched refs:users (Results 1 – 1 of 1) sorted by relevance
97 let users = matches.value_of("users").unwrap(); in main() localVariable102 let creds: Vec<&str> = users.split(',').collect(); in main()