parasyte / onlyargs

Only argument parsing! Nothing more.
MIT License
13 stars 2 forks source link

fix: use correct version and bin-name #14

Closed kod-kristoff closed 5 months ago

kod-kristoff commented 1 year ago

Fixed when using onlyargs_derive. Workaround (maybe fix) for plain usage.

Refactored examples to easy test fixes.

Fixes #13

parasyte commented 9 months ago

@kod-kristoff Hi, I didn't see this PR, for some reason.

I am intrigued by the idea of using a macro to fix the bug. That's clever. I'll be using this on some of my internal projects for a few days as a test drive, and see how it goes.