izumi.fundamentals.platform.cli.impl.CLIParserState
See theCLIParserState companion trait
object CLIParserState
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CLIParserState.type
Members list
Type members
Classlikes
class Error(error: ParserError) extends CLIParserState
Attributes
- Supertypes
class GlobalParameters(p: RawEntrypointParams) extends CLIParserState
Attributes
- Supertypes
class Initial() extends CLIParserState
Attributes
- Supertypes
class OpenGlobalParameters(p: RawEntrypointParams, name: String) extends CLIParserState
Attributes
- Supertypes
class OpenRoleParameters(globalParameters: RawEntrypointParams, roles: Vector[RawRoleParams], currentRole: RawRoleParams, name: String) extends CLIParserState
Attributes
- Supertypes
class RoleArgs(globalParameters: RawEntrypointParams, roles: Vector[RawRoleParams], currentRole: RawRoleParams) extends CLIParserState
Attributes
- Supertypes
class RoleParameters(globalParameters: RawEntrypointParams, roles: Vector[RawRoleParams], currentRole: RawRoleParams) extends CLIParserState
Attributes
- Supertypes
In this article