Skip to content

cli: v0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Dec 11:43

0.0.3 (2023-12-30)

Features

  • cli: support path auto-completion (d5b731c)

Bug Fixes

  • cli: fix output path validation throw "no such file or directory" (f4475d8)
  • cli: handle perf.json path when output is overriden (332c84b), closes #85
  • cli: handle path completion at base (1a5fa1e)
  • cli: input should all use resolveFileGlob (3ef39a6)
  • cli: interative mode's path validation should accept glob pattern (7af0bab), closes #81