scala.cli.commands.uninstall
package scala.cli.commands.uninstall
Members list
Type members
Classlikes
object Uninstall extends ScalaCommand[UninstallOptions]
Attributes
- Supertypes
-
class ScalaCommand[UninstallOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[UninstallOptions]class CaseApp[UninstallOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Uninstall.type
final case class UninstallOptions(bloopExit: BloopExitOptions, sharedUninstallCompletions: SharedUninstallCompletionsOptions, force: Boolean, skipCache: Boolean, binaryName: String, binDir: Option[String]) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object UninstallOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UninstallOptions.type
In this article