StDoodle
Minion
It would be fantastic if it were possible to have some version of cli_execute() that could return the text that would be printed to the gCLI. Alternately, the last "results" from doing anything on the cli would be great to have access to.
Technically, this would be possible by saving a LOT of info from multiple calls to session_logs(), but the overhead here would be HUGE.
My reasons are two-fold;
1) It would be nice to get more feedback from any cli command executed in a relay script
2) Some commands, like "hatter" would be great to have at least some ash access to, but they don't really warrant the dedicated work of getting their own ash command.
Thanks for the consideration.
Technically, this would be possible by saving a LOT of info from multiple calls to session_logs(), but the overhead here would be HUGE.
My reasons are two-fold;
1) It would be nice to get more feedback from any cli command executed in a relay script
2) Some commands, like "hatter" would be great to have at least some ash access to, but they don't really warrant the dedicated work of getting their own ash command.
Thanks for the consideration.