-
Hi and thanks for CLI, it looks really interesting. I am just starting out and going through the examples. I want to create the scheduler and telnet server on the main thread and then run scheduler.Run() in a background thread. Is there a way to prevent the 'cli' prompt from being displayed on the main thread. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Well, a stream is not displayed on "a thread", it's displayed on "a console".
|
Beta Was this translation helpful? Give feedback.
-
Don't worry. If you want, click on the star button on top of this page (or -- even better -- click on the heart button!!!) |
Beta Was this translation helpful? Give feedback.
Well, a stream is not displayed on "a thread", it's displayed on "a console".
If you don't want the standard console output but only the remote console (i.e., telnet), you simply don't instantiate
CliLocalTerminalSession
.E.g.: