InspectKeysSession constructor

InspectKeysSession(
  1. List<AtKey> _keys,
  2. AtClient _atClient,
  3. IOSink _outputStream
)

Implementation

InspectKeysSession(this._keys, this._atClient, this._outputStream) {
  _showKeyList();
  _outputStream.writeln(cyan.wrap("\nEntering interactive mode. Type a number to select a key, 'l' to relist, or 'q' to quit."));
}