Packages

object Bash extends Opt

I think we're as close as we can get to bundling completion with the program given the constraints imposed by bash. This outputs the completion function to a tempfile and echoes ". /path/to/file" to the console. Place it inside backtickes like partest --bash and voila, you have absorbed command completion.

Source
Meta.scala
Linear Supertypes
Opt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bash
  2. Opt
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val action: () ⇒ Unit
    Definition Classes
    BashOpt
  2. val name: String
    Definition Classes
    BashOpt