UninstallOptions

scala.cli.commands.uninstall.UninstallOptions
See theUninstallOptions companion object
final case class UninstallOptions(bloopExit: BloopExitOptions, sharedUninstallCompletions: SharedUninstallCompletionsOptions, force: Boolean, skipCache: Boolean, binaryName: String, binDir: Option[String]) extends HasLoggingOptions

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def logging: LoggingOptions

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val binDirPath: Option[Path]