The current implemented method only supports unix systems with a potentially unsafe system call to stty. This should be fixed by platform-specific OS or API calls replacing inspect.common.getConsoleSize(). This then in turns leads to improved security and improved platform compatibility (and less codacy issues)
The current implemented method only supports unix systems with a potentially unsafe system call to
stty
. This should be fixed by platform-specific OS or API calls replacinginspect.common.getConsoleSize()
. This then in turns leads to improved security and improved platform compatibility (and less codacy issues)