#include <cmdoptns.h>
Inheritance diagram for CommandOptionCollect:
Public Methods | |
CommandOptionCollect (const char *in_option_name, const char *in_option_letter, const char *in_description, bool in_required=false, CommandOption **pp_next=&DefaultCommandOptionList) | |
CommandOptionRest contructor. More... |
This makes parameter collecting behave line the Unix "cat" command.
|
CommandOptionRest contructor. This sets the option_type for this object to Collect.
|