scala.cli.commands
package scala.cli.commands
Members list
Concise view
Type members
Classlikes
object CommandUtils
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- CommandUtils.type
object Constants
Build-time constants. Generated by mill.
Build-time constants. Generated by mill.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Constants.type
case class CustomWindowsEnvVarUpdater(powershellRunner: PowershellRunner, useJni: Option[Boolean]) extends EnvVarUpdater
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass EnvVarUpdaterclass Objecttrait Matchableclass Any
object CustomWindowsEnvVarUpdater
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Graph
- Supertypes
- class ScalaCommand[HelpOptions]trait RestrictableCommand[HelpOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[HelpOptions]class CaseApp[HelpOptions]class Objecttrait Matchableclass Any
trait NeedsArgvCommand
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class ScalaCommand[T]class ScalaCommandWithCustomHelp[T]class HelpCmdclass Defaultobject AddPath.typeobject Bloop.typeobject BloopExit.typeobject BloopOutput.typeobject BloopStart.typeobject Bsp.typeobject Clean.typeobject Compile.typeobject Config.typeobject DefaultFile.typeobject DependencyUpdate.typeobject Directories.typeobject Doc.typeobject Export.typeobject Fmt.typeobject SecretCreate.typeobject SecretList.typeobject InstallCompletions.typeobject InstallHome.typeobject Package.typeobject PgpPull.typeobject PgpPush.typeobject Publish.typeobject PublishLocal.typeobject PublishSetup.typeobject Repl.typeobject Run.typeobject SetupIde.typeobject Shebang.typeobject Test.typeobject Uninstall.typeobject UninstallCompletions.typeobject Update.typeobject Version.type
object OptionsHelper
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- OptionsHelper.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class ScalaCommand[T]class ScalaCommandWithCustomHelp[T]class HelpCmdclass Defaultobject AddPath.typeobject Bloop.typeobject BloopExit.typeobject BloopOutput.typeobject BloopStart.typeobject Bsp.typeobject Clean.typeobject Compile.typeobject Config.typeobject DefaultFile.typeobject DependencyUpdate.typeobject Directories.typeobject Doc.typeobject Export.typeobject Fmt.typeobject SecretCreate.typeobject SecretList.typeobject InstallCompletions.typeobject InstallHome.typeobject Package.typeobject PgpPull.typeobject PgpPush.typeobject Publish.typeobject PublishLocal.typeobject PublishSetup.typeobject Repl.typeobject Run.typeobject SetupIde.typeobject Shebang.typeobject Test.typeobject Uninstall.typeobject UninstallCompletions.typeobject Update.typeobject Version.typeclass PgpCommand[T]object PgpCreate.typeobject PgpKeyId.typeobject PgpSign.typeobject PgpVerify.type
- Self type
- Command[T]
object RestrictedCommandsParser
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
abstract class ScalaCommand[T <: HasLoggingOptions](implicit myParser: Parser[T], help: Help[T]) extends Command[T] with NeedsArgvCommand with CommandHelpers with RestrictableCommand[T]
Attributes
- Graph
- Supertypes
- trait RestrictableCommand[T]trait CommandHelperstrait NeedsArgvCommandclass Command[T]class CaseApp[T]class Objecttrait Matchableclass Any
- Known subtypes
- class ScalaCommandWithCustomHelp[T]class HelpCmdclass Defaultobject AddPath.typeobject Bloop.typeobject BloopExit.typeobject BloopOutput.typeobject BloopStart.typeobject Bsp.typeobject Clean.typeobject Compile.typeobject Config.typeobject DefaultFile.typeobject DependencyUpdate.typeobject Directories.typeobject Doc.typeobject Export.typeobject Fmt.typeobject SecretCreate.typeobject SecretList.typeobject InstallCompletions.typeobject InstallHome.typeobject Package.typeobject PgpPull.typeobject PgpPush.typeobject Publish.typeobject PublishLocal.typeobject PublishSetup.typeobject Repl.typeobject Run.typeobject SetupIde.typeobject Shebang.typeobject Test.typeobject Uninstall.typeobject UninstallCompletions.typeobject Update.typeobject Version.type
abstract class ScalaCommandWithCustomHelp[T <: HasLoggingOptions](actualHelp: => RuntimeCommandsHelp)(implicit myParser: Parser[T], help: Help[T]) extends ScalaCommand[T]
Attributes
- Graph
- Supertypes
- class ScalaCommand[T]trait RestrictableCommand[T]trait CommandHelperstrait NeedsArgvCommandclass Command[T]class CaseApp[T]class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any