OParserBuilder
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
adds an argument invoked by an option without - or --.
adds an argument invoked by an option without - or --.
Value parameters
- name
-
name in the usage text
Attributes
adds final check.
adds final check.
Attributes
adds a command invoked by an option without - or --.
adds a command invoked by an option without - or --.
Value parameters
- name
-
name of the command
Attributes
call this to express failure in custom validation.
call this to express failure in custom validation.
Attributes
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 parameters
- name
-
name of the option
Attributes
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 parameters
- name
-
name of the option
- x
-
name of the short option
Attributes
adds an option invoked by --name x.
adds an option invoked by --name x.
Value parameters
- name
-
name of the option
Attributes
adds an option invoked by -x value or --name value.
adds an option invoked by -x value or --name value.
Value parameters
- name
-
name of the option
- x
-
name of the short option
Attributes
call this to express success in custom validation.
call this to express success in custom validation.
Attributes
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 parameters
- name
-
name of the option
Attributes
adds an option invoked by -x or --name that displays header text and exits.
adds an option invoked by -x or --name that displays header text and exits.
Value parameters
- name
-
name of the option
- x
-
name of the short option