command method

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

A command that is being executed (e.g. the $ apt-get install … echo).

Implementation

@override
String command(String text) => _sgr(32, text);