proposedCommand method

String proposedCommand(
  1. String text
)

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

Implementation

String proposedCommand(String text) => text;