Skip to content

Releases: hymkor/env-rs

v0.3.0

06 Mar 03:01
Compare
Choose a tag to compare
  • Fix the problem that it did not wait the child process finishes
  • Print exit code with -v
  • Change output with -v to STDERR instead of STDOUT

  • 子プロセスの終了を待っていなかった問題を修正
  • -v で終了コードを表示するようにした
  • -v によるログの出力先を標準出力から標準エラー出力に変更した

v0.2.0

20 Feb 10:19
Compare
Choose a tag to compare

Implement these options:

  • -h, --help
  • -v, --debug
  • --version

v0.1.0

20 Feb 08:31
Compare
Choose a tag to compare

The prototype