Skip to content

win-witr v0.1.15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Mar 13:56
· 13 commits to main since this release
6bdf5d0

New release! This new release adds normalization of flags, meaning that you can now type "-help", "--help", AND "/help" (like in classic cmd windows tools) and it still works. Program functionality itself has not been affected.


Changes

✨ Features

  • normalize arguments whether they use -, --, or / (4b23499)
  • Pass more arguments to PIDInspect so that it knows more stuff about the flags, making it more aware (9a2fe06)

🐛 Fixes

  • make it so it doesn't crash if an arg doesn't have 2 characters (6008f5f)
  • skip if arg is empty (i'm not sure how you would pass an empty arg but whatever suits your suit) (153404b)
  • 😢🐙 (4244dee)
  • 🥴 (76c9068)
  • ‍ (21e5b66)
  • ‍ (26053e1)

♻️ Refactoring

  • Improve argument parsing by storing it all in a vector of strings rather than manually parsing each one on the fly (ff90a99)

📋 Other Changes


Based on commits from 2fe505d to 6008f5f