StandaloneBashCompletion

clam.completion.StandaloneBashCompletion$

Standalone bash completion.

Completion logic that uses bash scripts and is generated in advance. Requires the bash-completion package to be installed.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def printCommandCompletion(commandChain: Seq[String], params: Seq[Param], out: PrintStream): Unit

Generate completion function for a single command.

Generate completion function for a single command.

Attributes