CommandHelper

CommandHelper

46.5k Downloads

Shell() arguement to handle returned stuff

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-3025 - Reported by VergilPrime

Many commands return information periodically in a terminal besides just an error code. If run via CommandHelper this data is lost. What I propose is an optional argument that takes a closure with an ivariable @returned which contains any text that would have been returned to the terminal.

commented

Comment by LadyCailin

This is already possible with shell_adv().