DuplicateHandling
A modified OptionParser with mutable termination and additional checks
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- OptionParser.scala
- Graph
-
- Supertypes
-
class OptionParser[AnnotationSeq]class OptionDefCallback[AnnotationSeq]class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
parses the given args.
Inherited 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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
adds final check.
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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
call this to express failure in custom validation.
call this to express failure in custom validation.
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
adds usage text.
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
adds usage text.
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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
adds an option invoked by --name x.
adds an option invoked by --name x.
Value parameters
- name
-
name of the option
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
call this to express success in custom validation.
call this to express success in custom validation.
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
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
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
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
- Inherited from:
- OptionParser
- Source
- OptionParser.scala
Inherited fields
Attributes
- Inherited from:
- OptionParser
- Source
- OptionParser.scala