installTabCompletion method

  1. @override
void installTabCompletion({
  1. bool quiet = false,
})
override

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

Implementation

@override
void installTabCompletion({bool quiet = false}) {
  // not supported.
}