Hello,
I'm using replxx for an interactive command line application combined with TCLAP. It is nice and easy to use. I was wondering if there is a way to support also system commands.
For example on linux if I type ls (dir on windows), send it to the system prompt and get the output back.
Do you think there is an easy way? I mean, if the command is not one of the supported (auto-completed) send it to the system?
Thanks a lot.
Hello,
I'm using replxx for an interactive command line application combined with TCLAP. It is nice and easy to use. I was wondering if there is a way to support also system commands.
For example on linux if I type
ls(diron windows), send it to the system prompt and get the output back.Do you think there is an easy way? I mean, if the command is not one of the supported (auto-completed) send it to the system?
Thanks a lot.