README.rdoc in boson-0.2.2 vs README.rdoc in boson-0.2.3
- old
+ new
@@ -16,11 +16,11 @@
library without modifying it (Boson::Library).
* Commands
* can have any number of local and global options (Boson::OptionCommand). Options are defined with Boson::OptionParser.
* can have any view associated to it (via Hirb) without adding view code to the command's method.
These views can be toggled on and manipulated via global render options (Boson::View and Boson::OptionCommand).
- * can pipe their return value into multiple commands with pipe options. Default pipe options give the ability
- to search and sort an array of any objects (Boson::Pipe).
+ * can pipe their return value into custom pipe options (Boson::Pipe).
+ * has default pipe options to search and sort an array of any objects (Boson::Pipes).
* Option parser (Boson::OptionParser)
* provides option types that map to objects i.e. :array type creates Array objects.
* come with 5 default option types: boolean, array, string, hash and numeric.
* can have have custom option types defined by users (Boson::Options).
* Comes with default commands to load, search, list and install commands and libraries (Boson::Commands::Core).