mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-10-30 23:24:42 +00:00 
			
		
		
		
	Improve formatting
This commit is contained in:
		| @@ -190,7 +190,7 @@ fn help(_a: Vec<String>) -> Res { | ||||
| fn list_clients(_args: Vec<String>) -> 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()), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user