Skip to content

2.91_0

Choose a tag to compare

@hymkor hymkor released this 30 May 15:32
· 1 commit to master since this release
  • add ls a new option --color which force output colored.
  • interpret Lua code when script-file begins '--' loaded 'source' and_nya
  • remove command: list,xptest,echoerr
  • rename command: print -> echo
  • (Windows) add nyaos's option -t which disable to control consoledirectly and use ANSI escape sequence.

  • ls に色出力制御オプション --color を追加
  • _nya や source で読み込まれるファイルの中身が「--」で始まっていたら、全て Lua コードと解釈するようにした。
  • 内蔵コマンドの print を echo へ改名
  • xptest , list(lsの旧名) , echoerr の廃止(Windows)
  • コンソールの直接コントロールを抑制し、ANSIエスケープシーケンスを出力するオプション -t を追加