diff options
author | Lionel Young <lionelyoung@gmail.com> | 2014-06-29 20:29:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-29 20:29:10 +0700 |
commit | db7b35b49bcaa8c7946d709f3af1204f07078c09 (patch) | |
tree | c626a72d5f212d17f7861381fc3d9f5e73900bd3 /ruby/rubygem-highline/README | |
parent | 371734afa21443840017336f0c1f86f3f9f09b89 (diff) | |
download | slackbuilds-db7b35b49bcaa8c7946d709f3af1204f07078c09.tar.gz |
ruby/rubygem-highline: Added (ruby cli library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-highline/README')
-rw-r--r-- | ruby/rubygem-highline/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/rubygem-highline/README b/ruby/rubygem-highline/README new file mode 100644 index 0000000000..80d41db180 --- /dev/null +++ b/ruby/rubygem-highline/README @@ -0,0 +1,4 @@ +highline is a high-level IO library that provides validation, type conversion, +and more for command-line interfaces. HighLine also includes a complete menu +system that can crank out anything from simple list selection to complete +shells with just minutes of work. |