Hi. I'm trying to create a GUI for rclone, a command-line program to sync files and directories to and from different cloud storage providers.
The problem I'm facing is: when I try to setup a new configuration for a drive, I use the execute() method and I pass the rclone.exe with the necessary arguments. Being an interactive configuration, rclone.exe asks me to input a certain value to continue with the setup. How can I intercept this behavior (the series of prompts to complete the configuration) and interact with rclone.exe within the GUI?
Inside the output argument in execute() I receive only the strings of the text displayed in the terminal.
Thanks in advance (from the category dropdown I can set only "Engine". It doesn't fits but I can't submit the question otherwise).