TabCompleteModule

mill.tabcomplete.TabCompleteModule
@Scaladoc(value = "/**\n * Handles Bash and Zsh tab completions, which provide an array of tokens in the current\n * shell and the index of the token currently being completed.\n */")

Handles Bash and Zsh tab completions, which provide an array of tokens in the current shell and the index of the token currently being completed.

Attributes

Source
TabCompleteModule.scala
Graph
Supertypes
class BaseModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

@Scaladoc(value = "/**\n * The main entrypoint for Mill\'s Bash and Zsh tab-completion logic\n */")
def complete(ev: Evaluator, index: Int, args: Leftover[String]): Command[Unit]

The main entrypoint for Mill's Bash and Zsh tab-completion logic

The main entrypoint for Mill's Bash and Zsh tab-completion logic

Attributes

Source
TabCompleteModule.scala
@Scaladoc(value = "/**\n * Installs the Mill tab completion script globally and hooks it into\n * `~/.zshrc` and `~/.bash_profile`. Can be passed an optional `--dest `\n * to instead write it to a manually-specified destination path\n */")
def install(dest: Path): Command[Unit]

Installs the Mill tab completion script globally and hooks it into ~/.zshrc and ~/.bash_profile. Can be passed an optional --dest <path> to instead write it to a manually-specified destination path

Installs the Mill tab completion script globally and hooks it into ~/.zshrc and ~/.bash_profile. Can be passed an optional --dest <path> to instead write it to a manually-specified destination path

Attributes

Source
TabCompleteModule.scala

Inherited methods

Attributes

Inherited from:
BaseModule
Source
BaseModule.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala
def moduleDirJava: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def moduleSegments: Segments

Attributes

Definition Classes
Inherited from:
ExternalModule
Source
ExternalModule.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Concrete fields

Attributes

Source
TabCompleteModule.scala