c

firrtl.options

BareShell

class BareShell extends AnyRef

A utility for working with command line options. This provides no options by default other than "--help". This is intended for lower-level APIs which do not want to include options that are provided by Shell.

Source
Shell.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BareShell
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BareShell(applicationName: String)

Value Members

  1. val applicationName: String
  2. def parse(args: Array[String], initAnnos: AnnotationSeq = Seq.empty): AnnotationSeq

    The AnnotationSeq generated from command line arguments

    The AnnotationSeq generated from command line arguments

    This requires lazy evaluation as subclasses will mixin new command line options via methods of Shell.parser