argparse.core
package argparse.core
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait VersionSpecificApitrait MacroApitrait OutputApitrait Printerstrait LowPrioPrinterstrait ReadersApitrait LowPrioReaderstrait ParsersApitrait TypesApiclass Objecttrait Matchableclass Any
- Known subtypes
- object default.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Command
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object DocComment
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- DocComment.type
object InteractiveBashCompletion
Completion logic that is handled by this, scala, program.
Completion logic that is handled by this, scala, program.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
trait LowPrioPrinters
trait LowPrioReaders
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Attributes
- Graph
- Supertypes
- trait OutputApitrait Printerstrait LowPrioPrinterstrait ParsersApitrait TypesApiclass Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Printerstrait LowPrioPrinterstrait TypesApitrait ParsersApiclass Objecttrait Matchableclass Any
- Known subtypes
object OutputApi
case class ParamInfo(isNamed: Boolean, names: Seq[String], argName: Option[String], repeats: Boolean, env: Option[String], description: String, interactiveCompleter: String => Seq[String], standaloneCompleter: BashCompleter)
User-friendly parameter information, used for generating help message
User-friendly parameter information, used for generating help message
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Parser
Low-level parsing functionality. See ArgumentParser for a user-friendly API.
Low-level parsing functionality. See ArgumentParser for a user-friendly API.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Parser.type
trait ParsersApi
Attributes
- Graph
- Supertypes
- Known subtypes
- Self type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object ProductLabels
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ProductLabels.type
Attributes
- Graph
- Supertypes
- Known subtypes
- Self type
object StandaloneBashCompletion
Standalone bash completion.
Standalone bash completion.
Completion logic that uses bash scripts and is generated in advance. Requires the bash-completion package to be installed.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
object TextUtils
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- TextUtils.type
trait TypesApi
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Graph
- Supertypes
- trait MacroApitrait OutputApitrait Printerstrait LowPrioPrinterstrait ParsersApitrait TypesApiclass Objecttrait Matchableclass Any
- Known subtypes