Description
Hi,
Is it possible to have a runner & script that just allows a user to interact via just the command line, and see their commands and responses come up ? I hoped it might be as simple as having a having a .json runner with something as simple as below, but that doesn’t seem to work ?
"requires_terminal": "true",
"output_format": "terminal"
To provide more context, one of the drivers for this is to load .yaml files for an application called Organize
which from the command line I would run a configuration like this organize sim config_tech.yaml
? The good thing about this is that the yaml files do not have to be executables..
Would a potential option to achieve this, be to use parameters and see if it’s possible to have people load these Organize configuration files from a pick list (as they are all stored in a folder) ?
Any ideas suggestions much appreciated.