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 HasGlobalOptions

Attributes

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

Members list

Value members

Concrete methods

override def global: GlobalOptions

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]