TabCompleteModule
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 ExternalModuleclass BaseModuletrait BaseModuleApitrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
-
TabCompleteModule.type
Members list
Type members
Inherited classlikes
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
Value members
Concrete methods
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
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
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- ExternalModule
- Source
- ExternalModule.scala
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