AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

Structured OptionParser #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe a summary of the new feature (in a paragraph):
When using a hierarchy of commands, for example, 
> silk convert 
Two types of option sets should be loaded individually.

> silk [silk command options] convert [convert options] ...(and more)

OptionParser should include a mechanism to separate command line arguments
by command name. 

Please provide any additional information below:

Original issue reported on code.google.com by taroleo on 10 Sep 2009 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by taroleo on 10 Sep 2009 at 7:02

GoogleCodeExporter commented 9 years ago
parseUntilFirstArgument() method is added since xerial-core-1.0.14

Original comment by taroleo on 20 Nov 2009 at 9:23

GoogleCodeExporter commented 9 years ago
parseUntilFirstArgument() method is added since xerial-core-1.0.14

Original comment by taroleo on 20 Nov 2009 at 9:23