win-witr v0.1.15
Pre-release
Pre-release
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)