Features
- Added fully featured redirect and appends operator
> or 1> - redirect stdout
2> - redirect stderr
&> - redirect both
>> or 1>> - redirect stdout appends mode
2>> - redirect stderr appends mode
&>> - redirect both appends mode
- Added exit() function to lua API to force the execution to fail
- For last minor release features see v0.2.0
Fixes
- Fixed a bug where using redirect operator would lead to other chaining operators being interpreted as commands
This release is a very early build and may have bugs. Please submit any bug reports and feedback on your experience using the github issues.
Also if you want to support me please check out my Ko-Fi
Full Changelog: v0.2.2...v0.2.3