Packages

p

bloop.cli

completion

package completion

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Format extends AnyRef

    A format for generating output that can be understood by autocompletion engines.

  2. sealed abstract class Mode extends AnyRef

Value Members

  1. object BashFormat extends Format
  2. object Case
  3. object FishFormat extends Format

    Format for tab completion with fish

  4. object Mode

    The kind of items that should be returned for autocompletion

  5. object ZshFormat extends Format

    Format for autocompletion with zsh

Ungrouped