case class Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Projects
- Serializable
- Serializable
- Product
- Equals
- RawCommand
- Command
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default)