InstallCompletions
class ScalaCommand[InstallCompletionsOptions]
trait CommandHelpers
trait NeedsArgvCommand
class Command[InstallCompletionsOptions]
class CaseApp[InstallCompletionsOptions]
class Object
trait Matchable
class Any
InstallCompletions.type
Type members
Inherited classlikes
Value members
Concrete methods
Inherited methods
def maybePrintSimpleScalacOutput(options: InstallCompletionsOptions, buildOptions: BuildOptions): Unit
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
- Value parameters:
- options
command options
- Inherited from:
- ScalaCommand
Inherited fields
Implicits
Inherited implicits
final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]
- Inherited from:
- CommandHelpers