installTabCompletion method

void installTabCompletion({
  1. bool quiet = true,
})

If the shell supports tab completion then install it. If quiet is true then suppress any console output except for errors.

Implementation

void installTabCompletion({bool quiet = true}) => throw UnimplementedError();