t

bloop.cli.Commands

ValidatedCommand

sealed trait ValidatedCommand extends Command

Represents a command that has gone through an initial layer of validation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidatedCommand
  2. Command
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def cliOptions: CliOptions
    Definition Classes
    Command