scala.cli.commands
package scala.cli.commands
Members list
Packages
package scala.cli.commands.addpath
package scala.cli.commands.bloop
package scala.cli.commands.bsp
package scala.cli.commands.clean
package scala.cli.commands.compile
package scala.cli.commands.config
package scala.cli.commands.default
package scala.cli.commands.directories
package scala.cli.commands.doc
package scala.cli.commands.export0
package scala.cli.commands.fmt
package scala.cli.commands.github
package scala.cli.commands.installhome
package scala.cli.commands.new
package scala.cli.commands.package0
package scala.cli.commands.packaging
package scala.cli.commands.pgp
package scala.cli.commands.publish
package scala.cli.commands.repl
package scala.cli.commands.run
package scala.cli.commands.setupide
package scala.cli.commands.shared
package scala.cli.commands.shebang
package scala.cli.commands.test
package scala.cli.commands.uninstall
package scala.cli.commands.update
package scala.cli.commands.util
package scala.cli.commands.version
Type members
Classlikes
object CommandUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommandUtils.type
object Constants
Build-time constants. Generated by mill.
Build-time constants. Generated by mill.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Constants.type
case class CustomWindowsEnvVarUpdater(powershellRunner: PowershellRunner, useJni: Option[Boolean]) extends EnvVarUpdater
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass EnvVarUpdaterclass Objecttrait Matchableclass AnyShow all
object CustomWindowsEnvVarUpdater
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
class HelpCmd(actualHelp: => RuntimeCommandsHelp) extends ScalaCommandWithCustomHelp[HelpOptions]
Attributes
- Supertypes
-
class ScalaCommand[HelpOptions]trait RestrictableCommand[HelpOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[HelpOptions]class CaseApp[HelpOptions]class Objecttrait Matchableclass AnyShow all
trait NeedsArgvCommand
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ScalaCommand[T]object 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 New.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 ScalaCommandWithCustomHelp[T]class Defaultclass HelpCmdShow all
object OptionsHelper
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OptionsHelper.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PgpCommand[T]object PgpCreate.typeobject PgpKeyId.typeobject PgpSign.typeobject PgpVerify.typeclass ScalaCommand[T]object 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 New.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 ScalaCommandWithCustomHelp[T]class Defaultclass HelpCmdShow all
- Self type
-
Command[T]
object RestrictedCommandsParser
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
abstract class ScalaCommand[T <: HasGlobalOptions](implicit myParser: Parser[T], help: Help[T]) extends Command[T], NeedsArgvCommand, CommandHelpers, RestrictableCommand[T]
Attributes
- Supertypes
-
trait RestrictableCommand[T]trait CommandHelperstrait NeedsArgvCommandclass Command[T]class CaseApp[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object 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 New.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 ScalaCommandWithCustomHelp[T]class Defaultclass HelpCmdShow all
abstract class ScalaCommandWithCustomHelp[T <: HasGlobalOptions](actualHelp: => RuntimeCommandsHelp)(implicit myParser: Parser[T], help: Help[T]) extends ScalaCommand[T]
Attributes
- Supertypes
-
class ScalaCommand[T]trait RestrictableCommand[T]trait CommandHelperstrait NeedsArgvCommandclass Command[T]class CaseApp[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article