notify user about cli

This commit is contained in:
Moritz Zwerger 2023-07-29 21:29:20 +02:00
parent 7e495e9ba5
commit 442964619d
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -70,6 +70,7 @@ object CLI {
this::connection.observe(this) { register() }
Log.log(LogMessageType.OTHER, LogLevels.INFO) { "§aA headless input system is available, §epress tab§a or type §ehelp§a to see all available commands!" }
reader.pollLines()
}