OParserBuilder
Value members
Concrete methods
adds an argument invoked by an option without - or --.
adds an argument invoked by an option without - or --.
- Value Params
- name
name in the usage text
adds a command invoked by an option without - or --.
adds a command invoked by an option without - or --.
- Value Params
- name
name of the command
call this to express failure in custom validation.
call this to express failure in custom validation.
adds an option invoked by --name that displays usage text and exits.
adds an option invoked by --name that displays usage text and exits.
- Value Params
- name
name of the option
adds an option invoked by -x or --name that displays usage text and exits.
adds an option invoked by -x or --name that displays usage text and exits.
- Value Params
- name
name of the option
- x
name of the short option
adds an option invoked by --name x.
adds an option invoked by --name x.
- Value Params
- name
name of the option
adds an option invoked by -x value or --name value.
adds an option invoked by -x value or --name value.
- Value Params
- name
name of the option
- x
name of the short option
call this to express success in custom validation.
call this to express success in custom validation.
adds an option invoked by --name that displays header text and exits.
adds an option invoked by --name that displays header text and exits.
- Value Params
- name
name of the option