StandaloneBashCompletion

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

class Object
trait Matchable
class Any

Type members

Classlikes

case class CompletionReturned() extends Throwable

Value members

Concrete methods

def completeAndThrow(out: PrintStream, paramInfos: Seq[ParamInfo], commandInfos: Seq[CommandInfo], args: Iterable[String]): Unit