Re: A question about parsing
- Posted by ghaberek (admin) in March
- 490 views
I think you could accomplish this by defining a set of commands and options, then looking up the main command and dispatching it to cmd_parse() with the associated option set. I can try to throw together a few examples.
-Greg