scala.cli.commands.update
package scala.cli.commands.update
Members list
Type members
Classlikes
object Update extends ScalaCommand[UpdateOptions]
Attributes
- Supertypes
-
class ScalaCommand[UpdateOptions]trait RestrictableCommand[UpdateOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[UpdateOptions]class CaseApp[UpdateOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Update.type
final case class UpdateOptions(global: GlobalOptions = ..., binaryName: String = ..., binDir: Option[String] = ..., force: Boolean = ..., isInternalRun: Boolean = ..., ghToken: Option[PasswordOption] = ...) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object UpdateOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UpdateOptions.type
In this article