- Fix: nyagos.d/start.lua did not worked because the member
rawargsof alias-function's argument was not implemented. - Fix: the return value of alias-function was not evaluted.
- Fix: for the script in -e option, arg[] was not assinged.
- Fix: On -f & -e option, warned as
getRegInt: could not find shell in Lua instanc e - Fix: batchfile cound not return the value of
exit /bas ERRORLEVEL
- nyagos.d/start.lua が動作していなかった不具合を修正 (エイリアス関数の rawargs パラメータが実装されていなかった)
- alias 関数の戻り値が評価されていなかった不具合を修正
- -e オプションのスクリプト向けに、arg[] に引数が代入されていなかった
- -e,-f オプションで、
getRegInt: could not find shell in Lua instanceが表示される不具合を修正 - バッチファイルが
exit /bの値を ERRORLEVEL として返せなかった不具合を修正