Forked from
redox-os / ion
Source project has a limited visibility.
-
IDEs like IntelliJ run "interactive" scripts without a tty. To make it possible to use Ion without needing to restart it at eache error, add the '-f' flag, which will use the stdin like a file, but won't exit on error. This should NOT be used for being lazy with scripts
IDEs like IntelliJ run "interactive" scripts without a tty. To make it possible to use Ion without needing to restart it at eache error, add the '-f' flag, which will use the stdin like a file, but won't exit on error. This should NOT be used for being lazy with scripts