RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

command_mapper-gen 0.1.1 released

command_mapper-gen 0.1.1 has been released with minor --help output parsing bug fixes.

command_mapper-gen is the code generator for the command_mapper library, which maps the options and arguments of a command to keyword arguments and handles safely executing commands with user-input. command_mapper-gen handles the not-so-fun task of determining the options and arguments of commands by parsing their --help output and/or their man-page (if the command even has one).

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in