summaryrefslogtreecommitdiff
path: root/ruby/rubygem-highline/README
diff options
context:
space:
mode:
authorLionel Young <lionelyoung@gmail.com>2014-06-29 20:29:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-29 20:29:10 +0700
commitdb7b35b49bcaa8c7946d709f3af1204f07078c09 (patch)
treec626a72d5f212d17f7861381fc3d9f5e73900bd3 /ruby/rubygem-highline/README
parent371734afa21443840017336f0c1f86f3f9f09b89 (diff)
downloadslackbuilds-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/README4
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.