InspectKeysSession constructor
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."));
}