InteractiveBashCompletion

argparse.core.InteractiveBashCompletion$

Completion logic that is handled by this, scala, program.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def completeOrFalse(parser: ArgumentParser, env: Map[String, String], stdout: PrintStream): Boolean

Check if tab completion is requested and print completions.

Check if tab completion is requested and print completions.

Returns false if no completions were requested. This function assumes that it has been called in an environment set by complete -C.

See man bash (search for Programmable Completion) for more information.

Attributes