ruby-cmdparse

advanced command line parsing Ruby module supporting sub-commands
  https://cmdparse.gettalong.org
  0
  no reviews



It allows the creation of command style programs, that perform different functions depending on which command is invoked. Additionally, nesting of commands, i.e. commands that take commands themselves, is also possible. For option parsing, the Ruby standard library optparse is used.