Programmer Question
I am writing a Ruby CLI (Command Line Interface) program and I would like to be able to call subcommands similar to what rails does when you call rails generate ...
or rails server
etc. Can anyone point me in the right direction on how to do this?
Find the answer here
No comments:
Post a Comment