From aa549c2e1ba268910ac7963385134d9f562d4448 Mon Sep 17 00:00:00 2001 From: Kevin Laude Date: Wed, 5 Aug 2015 00:01:12 -0500 Subject: [PATCH] Clarify CLImate's description CLImate does more than CLI output. Briefly describe its other functions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2225bf8..1ec326b 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,7 @@ Libraries to help manage database schemas and migrations. * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library. * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools. -* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting. +* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours, special formatting, input handling, and command line opt parsing. ## Authentication and Authorization *Libraries for implementing user authentication and authorization.*