diff --git a/src/main.rs b/src/main.rs index b53cca1..dc9575c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -190,7 +190,7 @@ fn help(_a: Vec) -> Res { fn list_clients(_args: Vec) -> Res { for client in api_helper::get_clients()? { println!( - "Client {}\n* Name: {}\n* Domain: {}\n* Comment: {}\n* Default tokens expiration time: {}\n* Firebase project: {}", + "Client {}\n* Name: {}\n* Domain: {}\n* Comment: {}\n* Default tokens expiration time: {}\n* Firebase project: {}\n\n", client.id, client.name, client.domain.unwrap_or("None".to_string()),