\n rcon.readline module
\n Wrapper for readline support.
\n \n - \n-class rcon.readline.CommandHistory(logger: Logger, file: Path = PosixPath('/nonexistent/first-build/.rconshell_history'))
\n+class rcon.readline.CommandHistory(logger: Logger, file: Path = PosixPath('/nonexistent/second-build/.rconshell_history'))\n Bases: object
\n Context manager for the command line history.
\n
\n \n \n