Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 06:15
· 344 commits to master since this release
  • better performances (faster, less allocations)
  • faster to compile
  • smaller binary size
  • display a better error message on unknown arguments
  • add an option to get the version back
  • migrate to pico-args
  • fix output when --only-delimited is present
  • delimiters are replaced once, allowing empty strings
  • updated dependencies
  • more integration tests