Using commandline for cvs-like commands and help?

M

Markus Fischer

Hi,

I'm trying to get my brain into CommandLine [1] to figure out how to do
cvs-like command support.

Something like (just sketching)

$ ruby myapp.rb --help
Global options:
--debug
--verbose
Use one of the commands:
foo
bar
baz

$ ruby myapp.rb foo --help
Help for myapp.rb foo command....

The linked documentation has a section "CVS Mode" but in the end refers
to "More on how this is handled in the usage section.", however I find
anything.

In the subsection "OptionData" it mentions:

od.cmd # not yet implemented - but a cvs like command

Hmm ...

I'm using the CommandLine::Application idiom as it makes things very
clear and well arranged.

I tried digging into the source, but the only reference I find is in
commandline/application.rb in expected_args() and there's a comment:

# expected_args :cmd
# Now, what to do if command line has more args than expected
# app --app-option cmd --cmd-option arg-for-cmd
#

Does this mean it is not supported?

thanks,
- Markus

[1] http://rubyforge.org/docman/view.php/632/233/posted-docs.index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top