proposedCommand method

  1. @override
String proposedCommand(
  1. String text
)
override

A command being proposed for confirmation (the Run: <cmd> line) — a distinct color from an executing command so the two read differently.

Implementation

@override
String proposedCommand(String text) => _sgr(33, text);