Take input from user during execution of command #204
mike-5345
started this conversation in
Ideas / Feature requests
Replies: 1 comment 3 replies
-
|
Hi Mike. If you only need local console support, you can use the standard C++ input mechanism (e.g., Of course, for remote sessions (i.e., telnet sessions) that mechanism cannot work. You would need a new feature (i.e., the command handler should have a new |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Daniele,
For my project, some of my commands need to take input from the user during the execution of a command lambda. Is there a way to do this currently?
If not, would this be something you would be interested in adding?
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions