Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 647 Bytes

File metadata and controls

24 lines (13 loc) · 647 Bytes

Change Logs

v0.0.4

  • fix: pass-thought typo corrected to pass-through in result field and internal variable
  • add: array type support — repeated flags (e.g. --tag a --tag b) accumulate into an array
  • add: test suite covering unit tests (node context, lsc simulation via argv.lsc) and integration tests (real node / lsc invocations)
  • docs: rewrite README with option type reference, result object description, and node vs lsc behaviour explanation

v0.0.3

  • fix bug: always failed and can't recognize options

v0.0.2

  • support simplified option
  • default silent quit when failed

v0.0.1

init release