What Ruby libraries should be used to create a console application?

I want to create a console application with Ruby. I quickly googled and found all of these libraries below. Please someone tell me which one should I use. Thank.

  • OptionParser (http://ruby-doc.org/stdlib-1.9.3/libdoc/optparse/rdoc/OptionParser.html)
  • Thor (https://github.com/wycats/thor)
  • Rubicon (http://koraktor.de/rubikon/)
  • Trollop (http://trollop.rubyforge.org/)
  • Clamp (https://github.com/mdub/clamp)
  • Choice (http://choice.rubyforge.org/)
  • Methadone (https://github.com/davetron5000/methadone)
  • GLI (https://github.com/davetron5000/gli)
  • Commander (http://rdoc.info/github/visionmedia/commander/master/frames)
  • Home (https://github.com/ahoward/main)
  • CLAP (https://github.com/soveran/clap)
  • Optiflag (http://optiflag.rubyforge.org/)
  • (http://tagaholic.me/hirb/)
  • (http://tagaholic.me/2009/10/14/boson-command-your-ruby-universe.html)
+5
1

Ruby Toolbox - . , .

Ruby.

+2

All Articles